Color Hex Logo

#efc66f Color Hex

#EFC66F
(239,198,111)
0 Favorites   0 Comments

Color spaces of #efc66f

RGB 239198111
HSL0.110.800.69
HSV41°54°94°
CMYK 0.000.170.54   0.06
XYZ58.659959.886623.5065
Yxy59.88660.41290.4216
Hunter Lab77.3864-0.121036.1609
CIE-Lab81.77654.250248.6010

#efc66f color RGB value is (239,198,111).

#efc66f hex color red value is 239, green value is 198 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #efc66f hue: 0.11 , saturation: 0.80 and the lightness value of efc66f is 0.69.

The process color (four color CMYK) of #efc66f color hex is 0.00, 0.17, 0.54, 0.06. Web safe color of #efc66f is #ffcc66. Color #efc66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 01101111
Octal 357 306 157
Decimal 239 198 111
Hex EF C6 6F

RGB Percentages of Color #efc66f

%43.61
%36.13
%20.26

CMYK Percentages of Color #efc66f

%0
%17
%54
%6

Triadic Colors of #efc66f

#efc66f #6fefc6 #c66fef

Analogous Colors of #efc66f

#efc66f #d8ef6f #ef866f

Monochromatic Colors of #efc66f

#efc66f

Complementary Color

#efc66f #6f98ef

#efc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc66f Color CSS Codes

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

#efc66f Text Font Color

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

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


#efc66f Background Color

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

This div background color is #efc66f


#efc66f Border Color

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

This div border color is #efc66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc66f


Comments

No comments written yet.

Please login to write comment.