Color Hex Logo

#e0addd Color Hex

#E0ADDD
(224,173,221)
0 Favorites   0 Comments

Color spaces of #e0addd

RGB 224173221
HSL0.840.450.78
HSV304°23°88°
CMYK 0.000.230.01   0.12
XYZ58.735250.954975.1462
Yxy50.95490.31780.2757
Hunter Lab71.382721.9539-12.4480
CIE-Lab76.651726.5220-17.0001

#e0addd color RGB value is (224,173,221).

#e0addd hex color red value is 224, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e0addd hue: 0.84 , saturation: 0.45 and the lightness value of e0addd is 0.78.

The process color (four color CMYK) of #e0addd color hex is 0.00, 0.23, 0.01, 0.12. Web safe color of #e0addd is #cc99cc. Color #e0addd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 11011101
Octal 340 255 335
Decimal 224 173 221
Hex E0 AD DD

RGB Percentages of Color #e0addd

%36.25
%27.99
%35.76

CMYK Percentages of Color #e0addd

%0
%23
%1
%12

Triadic Colors of #e0addd

#e0addd #dde0ad #addde0

Analogous Colors of #e0addd

#e0addd #e0adc4 #caade0

Monochromatic Colors of #e0addd

#e0addd

Complementary Color

#e0addd #ade0b0

#e0addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0addd Color CSS Codes

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

#e0addd Text Font Color

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

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


#e0addd Background Color

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

This div background color is #e0addd


#e0addd Border Color

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

This div border color is #e0addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0addd


Comments

No comments written yet.

Please login to write comment.