Color Hex Logo

#e5addd Color Hex

#E5ADDD
(229,173,221)
0 Favorites   0 Comments

Color spaces of #e5addd

RGB 229173221
HSL0.860.520.79
HSV309°24°90°
CMYK 0.000.240.03   0.10
XYZ60.307851.765675.2198
Yxy51.76560.32200.2764
Hunter Lab71.948323.7109-11.6221
CIE-Lab77.140528.1827-16.2151

#e5addd color RGB value is (229,173,221).

#e5addd hex color red value is 229, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e5addd hue: 0.86 , saturation: 0.52 and the lightness value of e5addd is 0.79.

The process color (four color CMYK) of #e5addd color hex is 0.00, 0.24, 0.03, 0.10. Web safe color of #e5addd is #cc99cc. Color #e5addd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101101 11011101
Octal 345 255 335
Decimal 229 173 221
Hex E5 AD DD

RGB Percentages of Color #e5addd

%36.76
%27.77
%35.47

CMYK Percentages of Color #e5addd

%0
%24
%3
%10

Triadic Colors of #e5addd

#e5addd #dde5ad #addde5

Analogous Colors of #e5addd

#e5addd #e5adc1 #d1ade5

Monochromatic Colors of #e5addd

#e5addd

Complementary Color

#e5addd #ade5b5

#e5addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5addd Color CSS Codes

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

#e5addd Text Font Color

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

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


#e5addd Background Color

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

This div background color is #e5addd


#e5addd Border Color

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

This div border color is #e5addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5addd


Comments

No comments written yet.

Please login to write comment.