Color Hex Logo

#efc696 Color Hex

#EFC696
(239,198,150)
0 Favorites   0 Comments

Color spaces of #efc696

RGB 239198150
HSL0.090.740.76
HSV32°37°94°
CMYK 0.000.170.37   0.06
XYZ61.295760.940937.3863
Yxy60.94090.38400.3818
Hunter Lab78.06473.543526.2504
CIE-Lab82.34708.074229.5145

#efc696 color RGB value is (239,198,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 10010110
Octal 357 306 226
Decimal 239 198 150
Hex EF C6 96

RGB Percentages of Color #efc696

%40.72
%33.73
%25.55

CMYK Percentages of Color #efc696

%0
%17
%37
%6

Triadic Colors of #efc696

#efc696 #96efc6 #c696ef

Analogous Colors of #efc696

#efc696 #ecef96 #ef9a96

Monochromatic Colors of #efc696

#efc696

Complementary Color

#efc696 #96bfef

#efc696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc696 Color CSS Codes

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

#efc696 Text Font Color

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

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


#efc696 Background Color

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

This div background color is #efc696


#efc696 Border Color

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

This div border color is #efc696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc696


Comments

No comments written yet.

Please login to write comment.