Color Hex Logo

#eee02f Color Hex

#EEE02F
(238,224,47)
0 Favorites   0 Comments

Color spaces of #eee02f

RGB 23822447
HSL0.150.850.56
HSV56°80°93°
CMYK 0.000.060.80   0.07
XYZ62.428671.693713.2372
Yxy71.69370.42360.4865
Hunter Lab84.6721-16.568550.0014
CIE-Lab87.8209-12.875479.9241

#eee02f color RGB value is (238,224,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 00101111
Octal 356 340 57
Decimal 238 224 47
Hex EE E0 2F

RGB Percentages of Color #eee02f

%46.76
%44.01
%9.23

CMYK Percentages of Color #eee02f

%0
%6
%80
%7

Triadic Colors of #eee02f

#eee02f #2feee0 #e02fee

Analogous Colors of #eee02f

#eee02f #9dee2f #ee812f

Monochromatic Colors of #eee02f

#eee02f

Complementary Color

#eee02f #2f3dee

#eee02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee02f Color CSS Codes

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

#eee02f Text Font Color

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

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


#eee02f Background Color

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

This div background color is #eee02f


#eee02f Border Color

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

This div border color is #eee02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee02f


Comments

No comments written yet.

Please login to write comment.