Color Hex Logo

#e1adcc Color Hex

#E1ADCC
(225,173,204)
0 Favorites   0 Comments

Color spaces of #e1adcc

RGB 225173204
HSL0.900.460.78
HSV324°23°88°
CMYK 0.000.230.09   0.12
XYZ56.894050.254363.8282
Yxy50.25430.33280.2939
Hunter Lab70.890319.1998-3.7604
CIE-Lab76.225123.8634-8.3753

#e1adcc color RGB value is (225,173,204).

#e1adcc hex color red value is 225, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e1adcc hue: 0.90 , saturation: 0.46 and the lightness value of e1adcc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101101 11001100
Octal 341 255 314
Decimal 225 173 204
Hex E1 AD CC

RGB Percentages of Color #e1adcc

%37.38
%28.74
%33.89

CMYK Percentages of Color #e1adcc

%0
%23
%9
%12

Triadic Colors of #e1adcc

#e1adcc #cce1ad #adcce1

Analogous Colors of #e1adcc

#e1adcc #e1adb2 #dcade1

Monochromatic Colors of #e1adcc

#e1adcc

Complementary Color

#e1adcc #ade1c2

#e1adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1adcc Color CSS Codes

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

#e1adcc Text Font Color

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

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


#e1adcc Background Color

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

This div background color is #e1adcc


#e1adcc Border Color

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

This div border color is #e1adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1adcc


Comments

No comments written yet.

Please login to write comment.