Color Hex Logo

#e7addc Color Hex

#E7ADDC
(231,173,220)
0 Favorites   0 Comments

Color spaces of #e7addc

RGB 231173220
HSL0.860.550.79
HSV311°25°91°
CMYK 0.000.250.05   0.09
XYZ60.816852.043474.5501
Yxy52.04340.32450.2777
Hunter Lab72.141124.2331-10.7711
CIE-Lab77.306828.6712-15.4020

#e7addc color RGB value is (231,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101101 11011100
Octal 347 255 334
Decimal 231 173 220
Hex E7 AD DC

RGB Percentages of Color #e7addc

%37.02
%27.72
%35.26

CMYK Percentages of Color #e7addc

%0
%25
%5
%9

Triadic Colors of #e7addc

#e7addc #dce7ad #addce7

Analogous Colors of #e7addc

#e7addc #e7adbf #d5ade7

Monochromatic Colors of #e7addc

#e7addc

Complementary Color

#e7addc #ade7b8

#e7addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7addc Color CSS Codes

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

#e7addc Text Font Color

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

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


#e7addc Background Color

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

This div background color is #e7addc


#e7addc Border Color

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

This div border color is #e7addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7addc


Comments

No comments written yet.

Please login to write comment.