Color Hex Logo

#e0bfbd Color Hex

#E0BFBD
(224,191,189)
0 Favorites   0 Comments

Color spaces of #e0bfbd

RGB 224191189
HSL0.010.360.81
HSV16°88°
CMYK 0.000.150.16   0.12
XYZ58.556656.783056.0181
Yxy56.78300.34170.3314
Hunter Lab75.35456.83878.6723
CIE-Lab80.057411.41015.3583

#e0bfbd color RGB value is (224,191,189).

#e0bfbd hex color red value is 224, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e0bfbd hue: 0.01 , saturation: 0.36 and the lightness value of e0bfbd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 10111101
Octal 340 277 275
Decimal 224 191 189
Hex E0 BF BD

RGB Percentages of Color #e0bfbd

%37.09
%31.62
%31.29

CMYK Percentages of Color #e0bfbd

%0
%15
%16
%12

Triadic Colors of #e0bfbd

#e0bfbd #bde0bf #bfbde0

Analogous Colors of #e0bfbd

#e0bfbd #e0d1bd #e0bdcd

Monochromatic Colors of #e0bfbd

#e0bfbd

Complementary Color

#e0bfbd #bddee0

#e0bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfbd Color CSS Codes

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

#e0bfbd Text Font Color

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

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


#e0bfbd Background Color

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

This div background color is #e0bfbd


#e0bfbd Border Color

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

This div border color is #e0bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfbd


Comments

No comments written yet.

Please login to write comment.