Color Hex Logo

#efc011 Color Hex

#EFC011
(239,192,17)
0 Favorites   0 Comments

Color spaces of #efc011

RGB 23919217
HSL0.130.870.50
HSV47°93°94°
CMYK 0.000.200.93   0.06
XYZ54.547456.09058.4819
Yxy56.09050.45790.4709
Hunter Lab74.8936-1.056545.7108
CIE-Lab79.66533.160079.5238

#efc011 color RGB value is (239,192,17).

#efc011 hex color red value is 239, green value is 192 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #efc011 hue: 0.13 , saturation: 0.87 and the lightness value of efc011 is 0.50.

The process color (four color CMYK) of #efc011 color hex is 0.00, 0.20, 0.93, 0.06. Web safe color of #efc011 is #ffcc00. Color #efc011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 00010001
Octal 357 300 21
Decimal 239 192 17
Hex EF C0 11

RGB Percentages of Color #efc011

%53.35
%42.86
%3.79

CMYK Percentages of Color #efc011

%0
%20
%93
%6

Triadic Colors of #efc011

#efc011 #11efc0 #c011ef

Analogous Colors of #efc011

#efc011 #afef11 #ef5111

Monochromatic Colors of #efc011

#efc011

Complementary Color

#efc011 #1140ef

#efc011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc011 Color CSS Codes

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

#efc011 Text Font Color

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

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


#efc011 Background Color

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

This div background color is #efc011


#efc011 Border Color

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

This div border color is #efc011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc011


Comments

No comments written yet.

Please login to write comment.