Color Hex Logo

#e8addc Color Hex

#E8ADDC
(232,173,220)
0 Favorites   0 Comments

Color spaces of #e8addc

RGB 232173220
HSL0.870.560.79
HSV312°25°91°
CMYK 0.000.250.05   0.09
XYZ61.140552.210374.5653
Yxy52.21030.32540.2778
Hunter Lab72.256724.5898-10.6046
CIE-Lab77.406429.0048-15.2422

#e8addc color RGB value is (232,173,220).

#e8addc hex color red value is 232, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e8addc hue: 0.87 , saturation: 0.56 and the lightness value of e8addc is 0.79.

The process color (four color CMYK) of #e8addc color hex is 0.00, 0.25, 0.05, 0.09. Web safe color of #e8addc is #ff99cc. Color #e8addc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 11011100
Octal 350 255 334
Decimal 232 173 220
Hex E8 AD DC

RGB Percentages of Color #e8addc

%37.12
%27.68
%35.20

CMYK Percentages of Color #e8addc

%0
%25
%5
%9

Triadic Colors of #e8addc

#e8addc #dce8ad #addce8

Analogous Colors of #e8addc

#e8addc #e8adbf #d7ade8

Monochromatic Colors of #e8addc

#e8addc

Complementary Color

#e8addc #ade8b9

#e8addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8addc Color CSS Codes

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

#e8addc Text Font Color

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

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


#e8addc Background Color

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

This div background color is #e8addc


#e8addc Border Color

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

This div border color is #e8addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8addc


Comments

No comments written yet.

Please login to write comment.