Color Hex Logo

#e5bdcb Color Hex

#E5BDCB
(229,189,203)
0 Favorites   0 Comments

Color spaces of #e5bdcb

RGB 229189203
HSL0.940.430.82
HSV339°17°90°
CMYK 0.000.170.11   0.10
XYZ61.290257.365064.3421
Yxy57.36500.33490.3135
Hunter Lab75.739711.90162.6500
CIE-Lab80.384516.5204-1.6520

#e5bdcb color RGB value is (229,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 11001011
Octal 345 275 313
Decimal 229 189 203
Hex E5 BD CB

RGB Percentages of Color #e5bdcb

%36.88
%30.43
%32.69

CMYK Percentages of Color #e5bdcb

%0
%17
%11
%10

Triadic Colors of #e5bdcb

#e5bdcb #cbe5bd #bdcbe5

Analogous Colors of #e5bdcb

#e5bdcb #e5c3bd #e5bddf

Monochromatic Colors of #e5bdcb

#e5bdcb

Complementary Color

#e5bdcb #bde5d7

#e5bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdcb Color CSS Codes

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

#e5bdcb Text Font Color

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

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


#e5bdcb Background Color

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

This div background color is #e5bdcb


#e5bdcb Border Color

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

This div border color is #e5bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdcb


Comments

No comments written yet.

Please login to write comment.