Color Hex Logo

#eed1ad Color Hex

#EED1AD
(238,209,173)
0 Favorites   0 Comments

Color spaces of #eed1ad

RGB 238209173
HSL0.090.660.81
HSV33°27°93°
CMYK 0.000.120.27   0.07
XYZ65.603266.795248.9703
Yxy66.79520.36170.3683
Hunter Lab81.72830.257121.6842
CIE-Lab85.40044.803721.5946

#eed1ad color RGB value is (238,209,173).

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

The process color (four color CMYK) of #eed1ad color hex is 0.00, 0.12, 0.27, 0.07. Web safe color of #eed1ad is #ffcc99. Color #eed1ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 10101101
Octal 356 321 255
Decimal 238 209 173
Hex EE D1 AD

RGB Percentages of Color #eed1ad

%38.39
%33.71
%27.90

CMYK Percentages of Color #eed1ad

%0
%12
%27
%7

Triadic Colors of #eed1ad

#eed1ad #adeed1 #d1adee

Analogous Colors of #eed1ad

#eed1ad #ebeead #eeb1ad

Monochromatic Colors of #eed1ad

#eed1ad

Complementary Color

#eed1ad #adcaee

#eed1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed1ad Color CSS Codes

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

#eed1ad Text Font Color

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

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


#eed1ad Background Color

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

This div background color is #eed1ad


#eed1ad Border Color

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

This div border color is #eed1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed1ad

#eed1ad Color Palettes


Comments

No comments written yet.

Please login to write comment.