Color Hex Logo

#efe011 Color Hex

#EFE011
(239,224,17)
0 Favorites   0 Comments

Color spaces of #efe011

RGB 23922417
HSL0.160.870.50
HSV56°93°94°
CMYK 0.000.060.93   0.06
XYZ62.353471.702511.0839
Yxy71.70250.42960.4940
Hunter Lab84.6773-16.744251.5133
CIE-Lab87.8252-13.068385.6246

#efe011 color RGB value is (239,224,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00010001
Octal 357 340 21
Decimal 239 224 17
Hex EF E0 11

RGB Percentages of Color #efe011

%49.79
%46.67
%3.54

CMYK Percentages of Color #efe011

%0
%6
%93
%6

Triadic Colors of #efe011

#efe011 #11efe0 #e011ef

Analogous Colors of #efe011

#efe011 #8fef11 #ef7111

Monochromatic Colors of #efe011

#efe011

Complementary Color

#efe011 #1120ef

#efe011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe011 Color CSS Codes

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

#efe011 Text Font Color

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

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


#efe011 Background Color

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

This div background color is #efe011


#efe011 Border Color

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

This div border color is #efe011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe011


Comments

No comments written yet.

Please login to write comment.