Color Hex Logo

#eee0af Color Hex

#EEE0AF
(238,224,175)
0 Favorites   0 Comments

Color spaces of #eee0af

RGB 238224175
HSL0.130.650.81
HSV47°26°93°
CMYK 0.000.060.26   0.07
XYZ69.653474.583651.2824
Yxy74.58360.35620.3815
Hunter Lab86.3618-7.167525.2463
CIE-Lab89.1976-2.650925.7668

#eee0af color RGB value is (238,224,175).

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

The process color (four color CMYK) of #eee0af color hex is 0.00, 0.06, 0.26, 0.07. Web safe color of #eee0af is #ffcc99. Color #eee0af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 10101111
Octal 356 340 257
Decimal 238 224 175
Hex EE E0 AF

RGB Percentages of Color #eee0af

%37.36
%35.16
%27.47

CMYK Percentages of Color #eee0af

%0
%6
%26
%7

Triadic Colors of #eee0af

#eee0af #afeee0 #e0afee

Analogous Colors of #eee0af

#eee0af #ddeeaf #eec1af

Monochromatic Colors of #eee0af

#eee0af

Complementary Color

#eee0af #afbdee

#eee0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee0af Color CSS Codes

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

#eee0af Text Font Color

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

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


#eee0af Background Color

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

This div background color is #eee0af


#eee0af Border Color

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

This div border color is #eee0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee0af

#eee0af Color Palettes


Comments

No comments written yet.

Please login to write comment.