Color Hex Logo

#e0bcbe Color Hex

#E0BCBE
(224,188,190)
0 Favorites   0 Comments

Color spaces of #e0bcbe

RGB 224188190
HSL0.990.370.81
HSV357°16°88°
CMYK 0.000.160.15   0.12
XYZ58.018055.531456.3760
Yxy55.53140.34140.3268
Hunter Lab74.51948.56457.3090
CIE-Lab79.346413.16643.7918

#e0bcbe color RGB value is (224,188,190).

#e0bcbe hex color red value is 224, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e0bcbe hue: 0.99 , saturation: 0.37 and the lightness value of e0bcbe is 0.81.

The process color (four color CMYK) of #e0bcbe color hex is 0.00, 0.16, 0.15, 0.12. Web safe color of #e0bcbe is #cccccc. Color #e0bcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111100 10111110
Octal 340 274 276
Decimal 224 188 190
Hex E0 BC BE

RGB Percentages of Color #e0bcbe

%37.21
%31.23
%31.56

CMYK Percentages of Color #e0bcbe

%0
%16
%15
%12

Triadic Colors of #e0bcbe

#e0bcbe #bee0bc #bcbee0

Analogous Colors of #e0bcbe

#e0bcbe #e0ccbc #e0bcd0

Monochromatic Colors of #e0bcbe

#e0bcbe

Complementary Color

#e0bcbe #bce0de

#e0bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bcbe Color CSS Codes

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

#e0bcbe Text Font Color

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

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


#e0bcbe Background Color

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

This div background color is #e0bcbe


#e0bcbe Border Color

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

This div border color is #e0bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bcbe


Comments

No comments written yet.

Please login to write comment.