Color Hex Logo

#eaddad Color Hex

#EADDAD
(234,221,173)
0 Favorites   0 Comments

Color spaces of #eaddad

RGB 234221173
HSL0.130.590.80
HSV47°26°92°
CMYK 0.000.060.26   0.08
XYZ67.331072.222549.9268
Yxy72.22250.35530.3812
Hunter Lab84.9838-7.299724.6566
CIE-Lab88.0756-2.881525.2157

#eaddad color RGB value is (234,221,173).

#eaddad hex color red value is 234, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eaddad hue: 0.13 , saturation: 0.59 and the lightness value of eaddad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 10101101
Octal 352 335 255
Decimal 234 221 173
Hex EA DD AD

RGB Percentages of Color #eaddad

%37.26
%35.19
%27.55

CMYK Percentages of Color #eaddad

%0
%6
%26
%8

Triadic Colors of #eaddad

#eaddad #adeadd #ddadea

Analogous Colors of #eaddad

#eaddad #d9eaad #eabfad

Monochromatic Colors of #eaddad

#eaddad

Complementary Color

#eaddad #adbaea

#eaddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddad Color CSS Codes

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

#eaddad Text Font Color

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

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


#eaddad Background Color

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

This div background color is #eaddad


#eaddad Border Color

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

This div border color is #eaddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddad


Comments

No comments written yet.

Please login to write comment.