Color Hex Logo

#efc99b Color Hex

#EFC99B
(239,201,155)
0 Favorites   0 Comments

Color spaces of #efc99b

RGB 239201155
HSL0.090.720.77
HSV33°35°94°
CMYK 0.000.160.35   0.06
XYZ62.399662.490639.7834
Yxy62.49060.37890.3795
Hunter Lab79.05102.561325.4973
CIE-Lab83.17367.088828.0084

#efc99b color RGB value is (239,201,155).

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

The process color (four color CMYK) of #efc99b color hex is 0.00, 0.16, 0.35, 0.06. Web safe color of #efc99b is #ffcc99. Color #efc99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10011011
Octal 357 311 233
Decimal 239 201 155
Hex EF C9 9B

RGB Percentages of Color #efc99b

%40.17
%33.78
%26.05

CMYK Percentages of Color #efc99b

%0
%16
%35
%6

Triadic Colors of #efc99b

#efc99b #9befc9 #c99bef

Analogous Colors of #efc99b

#efc99b #ebef9b #ef9f9b

Monochromatic Colors of #efc99b

#efc99b

Complementary Color

#efc99b #9bc1ef

#efc99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc99b Color CSS Codes

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

#efc99b Text Font Color

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

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


#efc99b Background Color

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

This div background color is #efc99b


#efc99b Border Color

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

This div border color is #efc99b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,201,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 #efc99b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc99b


Comments

No comments written yet.

Please login to write comment.