Color Hex Logo

#eee161 Color Hex

#EEE161
(238,225,97)
0 Favorites   0 Comments

Color spaces of #eee161

RGB 23822597
HSL0.150.810.66
HSV54°59°93°
CMYK 0.000.050.59   0.07
XYZ64.342872.890621.9873
Yxy72.89060.40410.4578
Hunter Lab85.3760-14.883244.4939
CIE-Lab88.3955-10.954462.6555

#eee161 color RGB value is (238,225,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 01100001
Octal 356 341 141
Decimal 238 225 97
Hex EE E1 61

RGB Percentages of Color #eee161

%42.50
%40.18
%17.32

CMYK Percentages of Color #eee161

%0
%5
%59
%7

Triadic Colors of #eee161

#eee161 #61eee1 #e161ee

Analogous Colors of #eee161

#eee161 #b5ee61 #ee9b61

Monochromatic Colors of #eee161

#eee161

Complementary Color

#eee161 #616eee

#eee161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee161 Color CSS Codes

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

#eee161 Text Font Color

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

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


#eee161 Background Color

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

This div background color is #eee161


#eee161 Border Color

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

This div border color is #eee161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee161

#eee161 Color Palettes


Comments

No comments written yet.

Please login to write comment.