Color Hex Logo

#eee04a Color Hex

#EEE04A
(238,224,74)
0 Favorites   0 Comments

Color spaces of #eee04a

RGB 23822474
HSL0.150.830.61
HSV55°69°93°
CMYK 0.000.060.69   0.07
XYZ63.151671.982917.0442
Yxy71.98290.41500.4730
Hunter Lab84.8427-15.610647.4790
CIE-Lab87.9604-11.804971.4544

#eee04a color RGB value is (238,224,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01001010
Octal 356 340 112
Decimal 238 224 74
Hex EE E0 4A

RGB Percentages of Color #eee04a

%44.40
%41.79
%13.81

CMYK Percentages of Color #eee04a

%0
%6
%69
%7

Triadic Colors of #eee04a

#eee04a #4aeee0 #e04aee

Analogous Colors of #eee04a

#eee04a #aaee4a #ee8e4a

Monochromatic Colors of #eee04a

#eee04a

Complementary Color

#eee04a #4a58ee

#eee04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee04a Color CSS Codes

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

#eee04a Text Font Color

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

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


#eee04a Background Color

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

This div background color is #eee04a


#eee04a Border Color

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

This div border color is #eee04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee04a


Comments

No comments written yet.

Please login to write comment.