Color Hex Logo

#efc896 Color Hex

#EFC896
(239,200,150)
0 Favorites   0 Comments

Color spaces of #efc896

RGB 239200150
HSL0.090.740.76
HSV34°37°94°
CMYK 0.000.160.37   0.06
XYZ61.755961.861337.5397
Yxy61.86130.38320.3839
Hunter Lab78.65202.513626.7579
CIE-Lab82.83967.029230.1726

#efc896 color RGB value is (239,200,150).

#efc896 hex color red value is 239, green value is 200 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #efc896 hue: 0.09 , saturation: 0.74 and the lightness value of efc896 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 10010110
Octal 357 310 226
Decimal 239 200 150
Hex EF C8 96

RGB Percentages of Color #efc896

%40.58
%33.96
%25.47

CMYK Percentages of Color #efc896

%0
%16
%37
%6

Triadic Colors of #efc896

#efc896 #96efc8 #c896ef

Analogous Colors of #efc896

#efc896 #eaef96 #ef9c96

Monochromatic Colors of #efc896

#efc896

Complementary Color

#efc896 #96bdef

#efc896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc896 Color CSS Codes

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

#efc896 Text Font Color

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

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


#efc896 Background Color

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

This div background color is #efc896


#efc896 Border Color

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

This div border color is #efc896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc896


Comments

No comments written yet.

Please login to write comment.