Color Hex Logo

#e5bdbb Color Hex

#E5BDBB
(229,189,187)
0 Favorites   0 Comments

Color spaces of #e5bdbb

RGB 229189187
HSL0.010.450.82
HSV18°90°
CMYK 0.000.170.18   0.10
XYZ59.480356.641154.8116
Yxy56.64110.34800.3314
Hunter Lab75.26039.36809.5017
CIE-Lab79.977313.98086.3791

#e5bdbb color RGB value is (229,189,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 10111011
Octal 345 275 273
Decimal 229 189 187
Hex E5 BD BB

RGB Percentages of Color #e5bdbb

%37.85
%31.24
%30.91

CMYK Percentages of Color #e5bdbb

%0
%17
%18
%10

Triadic Colors of #e5bdbb

#e5bdbb #bbe5bd #bdbbe5

Analogous Colors of #e5bdbb

#e5bdbb #e5d2bb #e5bbce

Monochromatic Colors of #e5bdbb

#e5bdbb

Complementary Color

#e5bdbb #bbe3e5

#e5bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdbb Color CSS Codes

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

#e5bdbb Text Font Color

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

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


#e5bdbb Background Color

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

This div background color is #e5bdbb


#e5bdbb Border Color

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

This div border color is #e5bdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdbb

#e5bdbb Color Palettes


Comments

No comments written yet.

Please login to write comment.