Color Hex Logo

#efc09b Color Hex

#EFC09B
(239,192,155)
0 Favorites   0 Comments

Color spaces of #efc09b

RGB 239192155
HSL0.070.720.77
HSV26°35°94°
CMYK 0.000.200.35   0.06
XYZ60.362658.416639.1044
Yxy58.41660.38230.3700
Hunter Lab76.43087.219923.1669
CIE-Lab80.969911.806825.0269

#efc09b color RGB value is (239,192,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 10011011
Octal 357 300 233
Decimal 239 192 155
Hex EF C0 9B

RGB Percentages of Color #efc09b

%40.78
%32.76
%26.45

CMYK Percentages of Color #efc09b

%0
%20
%35
%6

Triadic Colors of #efc09b

#efc09b #9befc0 #c09bef

Analogous Colors of #efc09b

#efc09b #efea9b #ef9ba0

Monochromatic Colors of #efc09b

#efc09b

Complementary Color

#efc09b #9bcaef

#efc09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc09b Color CSS Codes

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

#efc09b Text Font Color

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

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


#efc09b Background Color

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

This div background color is #efc09b


#efc09b Border Color

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

This div border color is #efc09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc09b


Comments

No comments written yet.

Please login to write comment.