Color Hex Logo

#eee160 Color Hex

#EEE160
(238,225,96)
0 Favorites   0 Comments

Color spaces of #eee160

RGB 23822596
HSL0.150.810.65
HSV55°60°93°
CMYK 0.000.050.60   0.07
XYZ64.296472.872121.7433
Yxy72.87210.40460.4586
Hunter Lab85.3652-14.944244.6539
CIE-Lab88.3867-11.021963.0760

#eee160 color RGB value is (238,225,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 01100000
Octal 356 341 140
Decimal 238 225 96
Hex EE E1 60

RGB Percentages of Color #eee160

%42.58
%40.25
%17.17

CMYK Percentages of Color #eee160

%0
%5
%60
%7

Triadic Colors of #eee160

#eee160 #60eee1 #e160ee

Analogous Colors of #eee160

#eee160 #b4ee60 #ee9a60

Monochromatic Colors of #eee160

#eee160

Complementary Color

#eee160 #606dee

#eee160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee160 Color CSS Codes

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

#eee160 Text Font Color

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

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


#eee160 Background Color

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

This div background color is #eee160


#eee160 Border Color

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

This div border color is #eee160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee160


Comments

No comments written yet.

Please login to write comment.