Color Hex Logo

#eee6ad Color Hex

#EEE6AD
(238,230,173)
0 Favorites   0 Comments

Color spaces of #eee6ad

RGB 238230173
HSL0.150.660.81
HSV53°27°93°
CMYK 0.000.030.27   0.07
XYZ71.099577.787950.8024
Yxy77.78790.35600.3895
Hunter Lab88.1974-10.449527.5867
CIE-Lab90.6830-5.955428.8150

#eee6ad color RGB value is (238,230,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 10101101
Octal 356 346 255
Decimal 238 230 173
Hex EE E6 AD

RGB Percentages of Color #eee6ad

%37.13
%35.88
%26.99

CMYK Percentages of Color #eee6ad

%0
%3
%27
%7

Triadic Colors of #eee6ad

#eee6ad #adeee6 #e6adee

Analogous Colors of #eee6ad

#eee6ad #d6eead #eec6ad

Monochromatic Colors of #eee6ad

#eee6ad

Complementary Color

#eee6ad #adb5ee

#eee6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee6ad Color CSS Codes

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

#eee6ad Text Font Color

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

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


#eee6ad Background Color

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

This div background color is #eee6ad


#eee6ad Border Color

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

This div border color is #eee6ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,230,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 #eee6ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee6ad


Comments

No comments written yet.

Please login to write comment.