Color Hex Logo

#eee162 Color Hex

#EEE162
(238,225,98)
0 Favorites   0 Comments

Color spaces of #eee162

RGB 23822598
HSL0.150.800.66
HSV54°59°93°
CMYK 0.000.050.59   0.07
XYZ64.389772.909422.2345
Yxy72.90940.40360.4570
Hunter Lab85.3870-14.821744.3320
CIE-Lab88.4045-10.886462.2329

#eee162 color RGB value is (238,225,98).

#eee162 hex color red value is 238, green value is 225 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eee162 hue: 0.15 , saturation: 0.80 and the lightness value of eee162 is 0.66.

The process color (four color CMYK) of #eee162 color hex is 0.00, 0.05, 0.59, 0.07. Web safe color of #eee162 is #ffcc66. Color #eee162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 01100010
Octal 356 341 142
Decimal 238 225 98
Hex EE E1 62

RGB Percentages of Color #eee162

%42.42
%40.11
%17.47

CMYK Percentages of Color #eee162

%0
%5
%59
%7

Triadic Colors of #eee162

#eee162 #62eee1 #e162ee

Analogous Colors of #eee162

#eee162 #b5ee62 #ee9b62

Monochromatic Colors of #eee162

#eee162

Complementary Color

#eee162 #626fee

#eee162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee162 Color CSS Codes

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

#eee162 Text Font Color

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

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


#eee162 Background Color

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

This div background color is #eee162


#eee162 Border Color

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

This div border color is #eee162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee162


Comments

No comments written yet.

Please login to write comment.