Color Hex Logo

#e0addf Color Hex

#E0ADDF
(224,173,223)
0 Favorites   0 Comments

Color spaces of #e0addf

RGB 224173223
HSL0.840.450.78
HSV301°23°88°
CMYK 0.000.230.00   0.12
XYZ59.003351.062176.5582
Yxy51.06210.31620.2736
Hunter Lab71.457722.3380-13.5015
CIE-Lab76.716626.8892-17.9883

#e0addf color RGB value is (224,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 11011111
Octal 340 255 337
Decimal 224 173 223
Hex E0 AD DF

RGB Percentages of Color #e0addf

%36.13
%27.90
%35.97

CMYK Percentages of Color #e0addf

%0
%23
%0
%12

Triadic Colors of #e0addf

#e0addf #dfe0ad #addfe0

Analogous Colors of #e0addf

#e0addf #e0adc6 #c8ade0

Monochromatic Colors of #e0addf

#e0addf

Complementary Color

#e0addf #ade0ae

#e0addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0addf Color CSS Codes

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

#e0addf Text Font Color

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

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


#e0addf Background Color

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

This div background color is #e0addf


#e0addf Border Color

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

This div border color is #e0addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0addf


Comments

No comments written yet.

Please login to write comment.