Color Hex Logo

#eee82a Color Hex

#EEE82A
(238,232,42)
0 Favorites   0 Comments

Color spaces of #eee82a

RGB 23823242
HSL0.160.850.55
HSV58°82°93°
CMYK 0.000.030.82   0.07
XYZ64.534476.057513.4697
Yxy76.05750.41890.4937
Hunter Lab87.2110-20.532751.8903
CIE-Lab89.8860-16.943782.9078

#eee82a color RGB value is (238,232,42).

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

The process color (four color CMYK) of #eee82a color hex is 0.00, 0.03, 0.82, 0.07. Web safe color of #eee82a is #ffff33. Color #eee82a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101000 00101010
Octal 356 350 52
Decimal 238 232 42
Hex EE E8 2A

RGB Percentages of Color #eee82a

%46.48
%45.31
%8.20

CMYK Percentages of Color #eee82a

%0
%3
%82
%7

Triadic Colors of #eee82a

#eee82a #2aeee8 #e82aee

Analogous Colors of #eee82a

#eee82a #92ee2a #ee862a

Monochromatic Colors of #eee82a

#eee82a

Complementary Color

#eee82a #2a30ee

#eee82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee82a Color CSS Codes

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

#eee82a Text Font Color

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

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


#eee82a Background Color

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

This div background color is #eee82a


#eee82a Border Color

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

This div border color is #eee82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee82a


Comments

No comments written yet.

Please login to write comment.