Color Hex Logo

#efa99b Color Hex

#EFA99B
(239,169,155)
0 Favorites   0 Comments

Color spaces of #efa99b

RGB 239169155
HSL0.030.720.77
HSV10°35°94°
CMYK 0.000.290.35   0.06
XYZ55.701049.093237.5505
Yxy49.09320.39130.3449
Hunter Lab70.066519.286217.2715
CIE-Lab75.509323.982617.5206

#efa99b color RGB value is (239,169,155).

#efa99b hex color red value is 239, green value is 169 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #efa99b hue: 0.03 , saturation: 0.72 and the lightness value of efa99b is 0.77.

The process color (four color CMYK) of #efa99b color hex is 0.00, 0.29, 0.35, 0.06. Web safe color of #efa99b is #ff9999. Color #efa99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 10011011
Octal 357 251 233
Decimal 239 169 155
Hex EF A9 9B

RGB Percentages of Color #efa99b

%42.45
%30.02
%27.53

CMYK Percentages of Color #efa99b

%0
%29
%35
%6

Triadic Colors of #efa99b

#efa99b #9befa9 #a99bef

Analogous Colors of #efa99b

#efa99b #efd39b #ef9bb7

Monochromatic Colors of #efa99b

#efa99b

Complementary Color

#efa99b #9be1ef

#efa99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa99b Color CSS Codes

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

#efa99b Text Font Color

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

This sample text font color is #efa99b
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.


#efa99b Background Color

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

This div background color is #efa99b


#efa99b Border Color

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

This div border color is #efa99b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,169,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efa99b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efa99b;
  -webkit-box-shadow: 1px 1px 3px 2px #efa99b;
  box-shadow:         1px 1px 3px 2px #efa99b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,169,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa99b


Comments

No comments written yet.

Please login to write comment.