Color Hex Logo

#eeeaad Color Hex

#EEEAAD
(238,234,173)
0 Favorites   0 Comments

Color spaces of #eeeaad

RGB 238234173
HSL0.160.660.81
HSV56°27°93°
CMYK 0.000.020.27   0.07
XYZ72.225580.039951.1777
Yxy80.03990.35500.3934
Hunter Lab89.4650-12.460028.7092
CIE-Lab91.7028-7.967330.1921

#eeeaad color RGB value is (238,234,173).

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

The process color (four color CMYK) of #eeeaad color hex is 0.00, 0.02, 0.27, 0.07. Web safe color of #eeeaad is #ffff99. Color #eeeaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 10101101
Octal 356 352 255
Decimal 238 234 173
Hex EE EA AD

RGB Percentages of Color #eeeaad

%36.90
%36.28
%26.82

CMYK Percentages of Color #eeeaad

%0
%2
%27
%7

Triadic Colors of #eeeaad

#eeeaad #adeeea #eaadee

Analogous Colors of #eeeaad

#eeeaad #d2eead #eecaad

Monochromatic Colors of #eeeaad

#eeeaad

Complementary Color

#eeeaad #adb1ee

#eeeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeaad Color CSS Codes

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

#eeeaad Text Font Color

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

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


#eeeaad Background Color

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

This div background color is #eeeaad


#eeeaad Border Color

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

This div border color is #eeeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeaad


Comments

No comments written yet.

Please login to write comment.