color codes Logo

#ff9eab color codes

#FF9EAB
(255,158,171)
0 Favorites   0 Comments

Color spaces of #ff9eab

RGB 255158171
HSL0.981.000.81
HSV352°38°100°
CMYK 0.000.380.33   0.00
XYZ60.817548.654044.7138
Yxy48.65400.39440.3156
Hunter Lab69.752433.568410.8197
CIE-Lab75.235637.60058.6439

#ff9eab color RGB value is (255,158,171).

#ff9eab hex color red value is 255, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ff9eab hue: 0.98 , saturation: 1.00 and the lightness value of ff9eab is 0.81.

The process color (four color CMYK) of #ff9eab color code is 0.00, 0.38, 0.33, 0.00. Web safe color of #ff9eab is #ff9999. Color #ff9eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011110 10101011
Octal 377 236 253
Decimal 255 158 171
Hex FF 9E AB

RGB Percentages of Color #ff9eab

%43.66
%27.05
%29.28

CMYK Percentages of Color #ff9eab

%0
%38
%33
%0

Triadic Colors of #ff9eab

#ff9eab #abff9e #9eabff

Analogous Colors of #ff9eab

#ff9eab #ffc29e #ff9edc

Monochromatic Colors of #ff9eab

#ff9eab

Complementary Color

#ff9eab #9efff2

#ff9eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9eab Color CSS Codes

.mybgcolor {background-color:#ff9eab; } 
.myforecolor {color:#ff9eab; }
.mybordercolor {border:3px solid #ff9eab; }

#ff9eab Text Font Color

<p style="color:#ff9eab">Text here</p>

This sample text font color is #ff9eab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff9eab Background Color

<div style="background-color:#ff9eab">
Div content here</div>

This div background color is #ff9eab


#ff9eab Border Color

<div style="border:3px solid #ff9eab">
Div here</div>

This div border color is #ff9eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,158,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff9eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff9eab;
  -webkit-box-shadow: 1px 1px 3px 2px #ff9eab;
  box-shadow:         1px 1px 3px 2px #ff9eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,158,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff9eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff9eab;
  -webkit-box-shadow: 1px 1px 3px 2px #ff9eab;
  box-shadow:         1px 1px 3px 2px #ff9eab;">
Div content here</div>

This div box has shadow with color #ff9eab

Related Colors


Comments

No comments written yet.

Please login to write comment.