Color Hex Logo

#e0bcbc Color Hex

#E0BCBC
(224,188,188)
0 Favorites   0 Comments

Color spaces of #e0bcbc

RGB 224188188
HSL0.000.370.81
HSV16°88°
CMYK 0.000.160.16   0.12
XYZ57.800855.444655.2324
Yxy55.44460.34310.3291
Hunter Lab74.46118.25458.1438
CIE-Lab79.296712.85074.7995

#e0bcbc color RGB value is (224,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111100 10111100
Octal 340 274 274
Decimal 224 188 188
Hex E0 BC BC

RGB Percentages of Color #e0bcbc

%37.33
%31.33
%31.33

CMYK Percentages of Color #e0bcbc

%0
%16
%16
%12

Triadic Colors of #e0bcbc

#e0bcbc #bce0bc #bcbce0

Analogous Colors of #e0bcbc

#e0bcbc #e0cebc #e0bcce

Monochromatic Colors of #e0bcbc

#e0bcbc

Complementary Color

#e0bcbc #bce0e0

#e0bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bcbc Color CSS Codes

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

#e0bcbc Text Font Color

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

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


#e0bcbc Background Color

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

This div background color is #e0bcbc


#e0bcbc Border Color

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

This div border color is #e0bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bcbc

#e0bcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.