Color Hex Logo

#eed7ad Color Hex

#EED7AD
(238,215,173)
1 Favorites   0 Comments

Color spaces of #eed7ad

RGB 238215173
HSL0.110.660.81
HSV39°27°93°
CMYK 0.000.100.27   0.07
XYZ67.103269.795249.4703
Yxy69.79520.36010.3745
Hunter Lab83.5435-2.827723.3719
CIE-Lab86.89631.698223.6540

#eed7ad color RGB value is (238,215,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 10101101
Octal 356 327 255
Decimal 238 215 173
Hex EE D7 AD

RGB Percentages of Color #eed7ad

%38.02
%34.35
%27.64

CMYK Percentages of Color #eed7ad

%0
%10
%27
%7

Triadic Colors of #eed7ad

#eed7ad #adeed7 #d7adee

Analogous Colors of #eed7ad

#eed7ad #e5eead #eeb7ad

Monochromatic Colors of #eed7ad

#eed7ad

Complementary Color

#eed7ad #adc4ee

#eed7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed7ad Color CSS Codes

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

#eed7ad Text Font Color

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

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


#eed7ad Background Color

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

This div background color is #eed7ad


#eed7ad Border Color

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

This div border color is #eed7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed7ad


Comments

No comments written yet.

Please login to write comment.