Color Hex Logo

#efe02f Color Hex

#EFE02F
(239,224,47)
0 Favorites   0 Comments

Color spaces of #efe02f

RGB 23922447
HSL0.150.860.56
HSV55°80°94°
CMYK 0.000.060.80   0.06
XYZ62.765371.867313.2530
Yxy71.86730.42440.4860
Hunter Lab84.7746-16.197950.0733
CIE-Lab87.9047-12.456380.0290

#efe02f color RGB value is (239,224,47).

#efe02f hex color red value is 239, green value is 224 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #efe02f hue: 0.15 , saturation: 0.86 and the lightness value of efe02f is 0.56.

The process color (four color CMYK) of #efe02f color hex is 0.00, 0.06, 0.80, 0.06. Web safe color of #efe02f is #ffcc33. Color #efe02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00101111
Octal 357 340 57
Decimal 239 224 47
Hex EF E0 2F

RGB Percentages of Color #efe02f

%46.86
%43.92
%9.22

CMYK Percentages of Color #efe02f

%0
%6
%80
%6

Triadic Colors of #efe02f

#efe02f #2fefe0 #e02fef

Analogous Colors of #efe02f

#efe02f #9eef2f #ef802f

Monochromatic Colors of #efe02f

#efe02f

Complementary Color

#efe02f #2f3eef

#efe02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe02f Color CSS Codes

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

#efe02f Text Font Color

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

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


#efe02f Background Color

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

This div background color is #efe02f


#efe02f Border Color

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

This div border color is #efe02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe02f


Comments

No comments written yet.

Please login to write comment.