Color Hex Logo

#eee170 Color Hex

#EEE170
(238,225,112)
0 Favorites   0 Comments

Color spaces of #eee170

RGB 238225112
HSL0.150.790.69
HSV54°53°93°
CMYK 0.000.050.53   0.07
XYZ65.109773.197426.0261
Yxy73.19740.39620.4454
Hunter Lab85.5555-13.879541.8527
CIE-Lab88.5418-9.847556.1231

#eee170 color RGB value is (238,225,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 01110000
Octal 356 341 160
Decimal 238 225 112
Hex EE E1 70

RGB Percentages of Color #eee170

%41.39
%39.13
%19.48

CMYK Percentages of Color #eee170

%0
%5
%53
%7

Triadic Colors of #eee170

#eee170 #70eee1 #e170ee

Analogous Colors of #eee170

#eee170 #bcee70 #eea270

Monochromatic Colors of #eee170

#eee170

Complementary Color

#eee170 #707dee

#eee170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee170 Color CSS Codes

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

#eee170 Text Font Color

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

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


#eee170 Background Color

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

This div background color is #eee170


#eee170 Border Color

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

This div border color is #eee170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee170


Comments

No comments written yet.

Please login to write comment.