Color Hex Logo

#eee57a Color Hex

#EEE57A
(238,229,122)
0 Favorites   0 Comments

Color spaces of #eee57a

RGB 238229122
HSL0.150.770.71
HSV55°49°93°
CMYK 0.000.040.49   0.07
XYZ66.792175.620929.4883
Yxy75.62090.38850.4399
Hunter Lab86.9603-15.078940.7669
CIE-Lab89.6830-11.002552.8144

#eee57a color RGB value is (238,229,122).

#eee57a hex color red value is 238, green value is 229 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eee57a hue: 0.15 , saturation: 0.77 and the lightness value of eee57a is 0.71.

The process color (four color CMYK) of #eee57a color hex is 0.00, 0.04, 0.49, 0.07. Web safe color of #eee57a is #ffcc66. Color #eee57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 01111010
Octal 356 345 172
Decimal 238 229 122
Hex EE E5 7A

RGB Percentages of Color #eee57a

%40.41
%38.88
%20.71

CMYK Percentages of Color #eee57a

%0
%4
%49
%7

Triadic Colors of #eee57a

#eee57a #7aeee5 #e57aee

Analogous Colors of #eee57a

#eee57a #bdee7a #eeab7a

Monochromatic Colors of #eee57a

#eee57a

Complementary Color

#eee57a #7a83ee

#eee57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee57a Color CSS Codes

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

#eee57a Text Font Color

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

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


#eee57a Background Color

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

This div background color is #eee57a


#eee57a Border Color

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

This div border color is #eee57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee57a


Comments

No comments written yet.

Please login to write comment.