Color Hex Logo

#e5bdbe Color Hex

#E5BDBE
(229,189,190)
0 Favorites   0 Comments

Color spaces of #e5bdbe

RGB 229189190
HSL1.000.430.82
HSV359°17°90°
CMYK 0.000.170.17   0.10
XYZ59.805056.770956.5210
Yxy56.77090.34550.3280
Hunter Lab75.34659.82518.2663
CIE-Lab80.050614.44184.8684

#e5bdbe color RGB value is (229,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 10111110
Octal 345 275 276
Decimal 229 189 190
Hex E5 BD BE

RGB Percentages of Color #e5bdbe

%37.66
%31.09
%31.25

CMYK Percentages of Color #e5bdbe

%0
%17
%17
%10

Triadic Colors of #e5bdbe

#e5bdbe #bee5bd #bdbee5

Analogous Colors of #e5bdbe

#e5bdbe #e5d0bd #e5bdd2

Monochromatic Colors of #e5bdbe

#e5bdbe

Complementary Color

#e5bdbe #bde5e4

#e5bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdbe Color CSS Codes

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

#e5bdbe Text Font Color

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

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


#e5bdbe Background Color

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

This div background color is #e5bdbe


#e5bdbe Border Color

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

This div border color is #e5bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdbe


Comments

No comments written yet.

Please login to write comment.