Color Hex Logo

#e5adcb Color Hex

#E5ADCB
(229,173,203)
0 Favorites   0 Comments

Color spaces of #e5adcb

RGB 229173203
HSL0.910.520.79
HSV328°24°90°
CMYK 0.000.240.11   0.10
XYZ58.036250.857063.2574
Yxy50.85700.33710.2954
Hunter Lab71.314120.4656-2.6719
CIE-Lab76.592325.0817-7.2417

#e5adcb color RGB value is (229,173,203).

#e5adcb hex color red value is 229, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e5adcb hue: 0.91 , saturation: 0.52 and the lightness value of e5adcb is 0.79.

The process color (four color CMYK) of #e5adcb color hex is 0.00, 0.24, 0.11, 0.10. Web safe color of #e5adcb is #cc99cc. Color #e5adcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101101 11001011
Octal 345 255 313
Decimal 229 173 203
Hex E5 AD CB

RGB Percentages of Color #e5adcb

%37.85
%28.60
%33.55

CMYK Percentages of Color #e5adcb

%0
%24
%11
%10

Triadic Colors of #e5adcb

#e5adcb #cbe5ad #adcbe5

Analogous Colors of #e5adcb

#e5adcb #e5adaf #e3ade5

Monochromatic Colors of #e5adcb

#e5adcb

Complementary Color

#e5adcb #ade5c7

#e5adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5adcb Color CSS Codes

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

#e5adcb Text Font Color

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

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


#e5adcb Background Color

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

This div background color is #e5adcb


#e5adcb Border Color

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

This div border color is #e5adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5adcb

#e5adcb Color Palettes


Comments

No comments written yet.

Please login to write comment.