Color Hex Logo

#eeee2a Color Hex

#EEEE2A
(238,238,42)
0 Favorites   0 Comments

Color spaces of #eeee2a

RGB 23823842
HSL0.170.850.55
HSV60°82°93°
CMYK 0.000.000.82   0.07
XYZ66.252379.493414.0424
Yxy79.49340.41460.4975
Hunter Lab89.1591-23.388653.0733
CIE-Lab91.4571-19.850084.2237

#eeee2a color RGB value is (238,238,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 00101010
Octal 356 356 52
Decimal 238 238 42
Hex EE EE 2A

RGB Percentages of Color #eeee2a

%45.95
%45.95
%8.11

CMYK Percentages of Color #eeee2a

%0
%0
%82
%7

Triadic Colors of #eeee2a

#eeee2a #2aeeee #ee2aee

Analogous Colors of #eeee2a

#eeee2a #8cee2a #ee8c2a

Monochromatic Colors of #eeee2a

#eeee2a

Complementary Color

#eeee2a #2a2aee

#eeee2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeee2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeee2a Color CSS Codes

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

#eeee2a Text Font Color

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

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


#eeee2a Background Color

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

This div background color is #eeee2a


#eeee2a Border Color

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

This div border color is #eeee2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,238,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 #eeee2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeee2a


Comments

No comments written yet.

Please login to write comment.