Color Hex Logo

#e9bdbb Color Hex

#E9BDBB
(233,189,187)
0 Favorites   0 Comments

Color spaces of #e9bdbb

RGB 233189187
HSL0.010.510.82
HSV20°91°
CMYK 0.000.190.20   0.09
XYZ60.771557.306754.8720
Yxy57.30670.35140.3313
Hunter Lab75.701210.819410.0145
CIE-Lab80.351815.43916.9664

#e9bdbb color RGB value is (233,189,187).

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

The process color (four color CMYK) of #e9bdbb color hex is 0.00, 0.19, 0.20, 0.09. Web safe color of #e9bdbb is #ffcccc. Color #e9bdbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111101 10111011
Octal 351 275 273
Decimal 233 189 187
Hex E9 BD BB

RGB Percentages of Color #e9bdbb

%38.26
%31.03
%30.71

CMYK Percentages of Color #e9bdbb

%0
%19
%20
%9

Triadic Colors of #e9bdbb

#e9bdbb #bbe9bd #bdbbe9

Analogous Colors of #e9bdbb

#e9bdbb #e9d4bb #e9bbd0

Monochromatic Colors of #e9bdbb

#e9bdbb

Complementary Color

#e9bdbb #bbe7e9

#e9bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bdbb Color CSS Codes

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

#e9bdbb Text Font Color

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

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


#e9bdbb Background Color

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

This div background color is #e9bdbb


#e9bdbb Border Color

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

This div border color is #e9bdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bdbb


Comments

No comments written yet.

Please login to write comment.