Color Hex Logo

#eee040 Color Hex

#EEE040
(238,224,64)
0 Favorites   0 Comments

Color spaces of #eee040

RGB 23822464
HSL0.150.840.59
HSV55°73°93°
CMYK 0.000.060.73   0.07
XYZ62.841071.858615.4085
Yxy71.85860.41860.4787
Hunter Lab84.7695-16.021548.5615
CIE-Lab87.9005-12.263374.9158

#eee040 color RGB value is (238,224,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01000000
Octal 356 340 100
Decimal 238 224 64
Hex EE E0 40

RGB Percentages of Color #eee040

%45.25
%42.59
%12.17

CMYK Percentages of Color #eee040

%0
%6
%73
%7

Triadic Colors of #eee040

#eee040 #40eee0 #e040ee

Analogous Colors of #eee040

#eee040 #a5ee40 #ee8940

Monochromatic Colors of #eee040

#eee040

Complementary Color

#eee040 #404eee

#eee040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee040 Color CSS Codes

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

#eee040 Text Font Color

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

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


#eee040 Background Color

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

This div background color is #eee040


#eee040 Border Color

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

This div border color is #eee040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee040


Comments

No comments written yet.

Please login to write comment.