Color Hex Logo

#efc06b Color Hex

#EFC06B
(239,192,107)
0 Favorites   0 Comments

Color spaces of #efc06b

RGB 239192107
HSL0.110.800.68
HSV39°55°94°
CMYK 0.000.200.55   0.06
XYZ57.100157.111521.9240
Yxy57.11150.41940.4195
Hunter Lab75.57222.618135.7001
CIE-Lab80.24237.056148.7109

#efc06b color RGB value is (239,192,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 01101011
Octal 357 300 153
Decimal 239 192 107
Hex EF C0 6B

RGB Percentages of Color #efc06b

%44.42
%35.69
%19.89

CMYK Percentages of Color #efc06b

%0
%20
%55
%6

Triadic Colors of #efc06b

#efc06b #6befc0 #c06bef

Analogous Colors of #efc06b

#efc06b #dcef6b #ef7e6b

Monochromatic Colors of #efc06b

#efc06b

Complementary Color

#efc06b #6b9aef

#efc06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc06b Color CSS Codes

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

#efc06b Text Font Color

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

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


#efc06b Background Color

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

This div background color is #efc06b


#efc06b Border Color

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

This div border color is #efc06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc06b


Comments

No comments written yet.

Please login to write comment.