Color Hex Logo

#efb99a Color Hex

#EFB99A
(239,185,154)
0 Favorites   0 Comments

Color spaces of #efb99a

RGB 239185154
HSL0.060.730.77
HSV22°36°94°
CMYK 0.000.230.36   0.06
XYZ58.778355.381738.1636
Yxy55.38170.38590.3636
Hunter Lab74.418910.751721.6880
CIE-Lab79.260615.380723.2293

#efb99a color RGB value is (239,185,154).

#efb99a hex color red value is 239, green value is 185 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #efb99a hue: 0.06 , saturation: 0.73 and the lightness value of efb99a is 0.77.

The process color (four color CMYK) of #efb99a color hex is 0.00, 0.23, 0.36, 0.06. Web safe color of #efb99a is #ffcc99. Color #efb99a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10011010
Octal 357 271 232
Decimal 239 185 154
Hex EF B9 9A

RGB Percentages of Color #efb99a

%41.35
%32.01
%26.64

CMYK Percentages of Color #efb99a

%0
%23
%36
%6

Triadic Colors of #efb99a

#efb99a #9aefb9 #b99aef

Analogous Colors of #efb99a

#efb99a #efe49a #ef9aa6

Monochromatic Colors of #efb99a

#efb99a

Complementary Color

#efb99a #9ad0ef

#efb99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb99a Color CSS Codes

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

#efb99a Text Font Color

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

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


#efb99a Background Color

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

This div background color is #efb99a


#efb99a Border Color

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

This div border color is #efb99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb99a


Comments

No comments written yet.

Please login to write comment.