Color Hex Logo

#e5bdcd Color Hex

#E5BDCD
(229,189,205)
0 Favorites   0 Comments

Color spaces of #e5bdcd

RGB 229189205
HSL0.930.430.82
HSV336°17°90°
CMYK 0.000.170.10   0.10
XYZ61.530157.461065.6057
Yxy57.46100.33330.3113
Hunter Lab75.803012.23501.7481
CIE-Lab80.438216.8516-2.6509

#e5bdcd color RGB value is (229,189,205).

#e5bdcd hex color red value is 229, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e5bdcd hue: 0.93 , saturation: 0.43 and the lightness value of e5bdcd is 0.82.

The process color (four color CMYK) of #e5bdcd color hex is 0.00, 0.17, 0.10, 0.10. Web safe color of #e5bdcd is #cccccc. Color #e5bdcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 11001101
Octal 345 275 315
Decimal 229 189 205
Hex E5 BD CD

RGB Percentages of Color #e5bdcd

%36.76
%30.34
%32.91

CMYK Percentages of Color #e5bdcd

%0
%17
%10
%10

Triadic Colors of #e5bdcd

#e5bdcd #cde5bd #bdcde5

Analogous Colors of #e5bdcd

#e5bdcd #e5c1bd #e5bde1

Monochromatic Colors of #e5bdcd

#e5bdcd

Complementary Color

#e5bdcd #bde5d5

#e5bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdcd Color CSS Codes

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

#e5bdcd Text Font Color

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

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


#e5bdcd Background Color

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

This div background color is #e5bdcd


#e5bdcd Border Color

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

This div border color is #e5bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdcd


Comments

No comments written yet.

Please login to write comment.