Color Hex Logo

#eee85a Color Hex

#EEE85A
(238,232,90)
0 Favorites   0 Comments

Color spaces of #eee85a

RGB 23823290
HSL0.160.810.64
HSV58°62°93°
CMYK 0.000.030.62   0.07
XYZ65.962076.628620.9871
Yxy76.62860.40320.4685
Hunter Lab87.5378-18.686747.0617
CIE-Lab90.1504-14.866367.4881

#eee85a color RGB value is (238,232,90).

#eee85a hex color red value is 238, green value is 232 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eee85a hue: 0.16 , saturation: 0.81 and the lightness value of eee85a is 0.64.

The process color (four color CMYK) of #eee85a color hex is 0.00, 0.03, 0.62, 0.07. Web safe color of #eee85a is #ffff66. Color #eee85a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101000 01011010
Octal 356 350 132
Decimal 238 232 90
Hex EE E8 5A

RGB Percentages of Color #eee85a

%42.50
%41.43
%16.07

CMYK Percentages of Color #eee85a

%0
%3
%62
%7

Triadic Colors of #eee85a

#eee85a #5aeee8 #e85aee

Analogous Colors of #eee85a

#eee85a #aaee5a #ee9e5a

Monochromatic Colors of #eee85a

#eee85a

Complementary Color

#eee85a #5a60ee

#eee85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee85a Color CSS Codes

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

#eee85a Text Font Color

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

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


#eee85a Background Color

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

This div background color is #eee85a


#eee85a Border Color

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

This div border color is #eee85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee85a


Comments

No comments written yet.

Please login to write comment.