Color Hex Logo

#e5bcbf Color Hex

#E5BCBF
(229,188,191)
0 Favorites   0 Comments

Color spaces of #e5bcbf

RGB 229188191
HSL0.990.440.82
HSV356°18°90°
CMYK 0.000.180.17   0.10
XYZ59.700356.386057.0273
Yxy56.38600.34490.3257
Hunter Lab75.090610.50677.5358
CIE-Lab79.833015.12944.0148

#e5bcbf color RGB value is (229,188,191).

#e5bcbf hex color red value is 229, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e5bcbf hue: 0.99 , saturation: 0.44 and the lightness value of e5bcbf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111100 10111111
Octal 345 274 277
Decimal 229 188 191
Hex E5 BC BF

RGB Percentages of Color #e5bcbf

%37.66
%30.92
%31.41

CMYK Percentages of Color #e5bcbf

%0
%18
%17
%10

Triadic Colors of #e5bcbf

#e5bcbf #bfe5bc #bcbfe5

Analogous Colors of #e5bcbf

#e5bcbf #e5cebc #e5bcd4

Monochromatic Colors of #e5bcbf

#e5bcbf

Complementary Color

#e5bcbf #bce5e2

#e5bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bcbf Color CSS Codes

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

#e5bcbf Text Font Color

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

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


#e5bcbf Background Color

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

This div background color is #e5bcbf


#e5bcbf Border Color

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

This div border color is #e5bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bcbf


Comments

No comments written yet.

Please login to write comment.