Color Hex Logo

#efc06f Color Hex

#EFC06F
(239,192,111)
0 Favorites   0 Comments

Color spaces of #efc06f

RGB 239192111
HSL0.110.800.69
HSV38°54°94°
CMYK 0.000.200.54   0.06
XYZ57.315557.197723.0583
Yxy57.19770.41660.4158
Hunter Lab75.62922.925134.8637
CIE-Lab80.29077.377446.8066

#efc06f color RGB value is (239,192,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 01101111
Octal 357 300 157
Decimal 239 192 111
Hex EF C0 6F

RGB Percentages of Color #efc06f

%44.10
%35.42
%20.48

CMYK Percentages of Color #efc06f

%0
%20
%54
%6

Triadic Colors of #efc06f

#efc06f #6fefc0 #c06fef

Analogous Colors of #efc06f

#efc06f #deef6f #ef806f

Monochromatic Colors of #efc06f

#efc06f

Complementary Color

#efc06f #6f9eef

#efc06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc06f Color CSS Codes

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

#efc06f Text Font Color

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

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


#efc06f Background Color

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

This div background color is #efc06f


#efc06f Border Color

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

This div border color is #efc06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc06f


Comments

No comments written yet.

Please login to write comment.