Color Hex Logo

#eee12a Color Hex

#EEE12A
(238,225,42)
0 Favorites   0 Comments

Color spaces of #eee12a

RGB 23822542
HSL0.160.850.55
HSV56°82°93°
CMYK 0.000.050.82   0.07
XYZ62.603072.194712.8259
Yxy72.19470.42410.4890
Hunter Lab84.9675-17.176450.5274
CIE-Lab88.0622-13.511081.3770

#eee12a color RGB value is (238,225,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 00101010
Octal 356 341 52
Decimal 238 225 42
Hex EE E1 2A

RGB Percentages of Color #eee12a

%47.13
%44.55
%8.32

CMYK Percentages of Color #eee12a

%0
%5
%82
%7

Triadic Colors of #eee12a

#eee12a #2aeee1 #e12aee

Analogous Colors of #eee12a

#eee12a #99ee2a #ee7f2a

Monochromatic Colors of #eee12a

#eee12a

Complementary Color

#eee12a #2a37ee

#eee12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee12a Color CSS Codes

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

#eee12a Text Font Color

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

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


#eee12a Background Color

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

This div background color is #eee12a


#eee12a Border Color

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

This div border color is #eee12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee12a


Comments

No comments written yet.

Please login to write comment.