Color Hex Logo

#e0bfbf Color Hex

#E0BFBF
(224,191,191)
0 Favorites   0 Comments

Color spaces of #e0bfbf

RGB 224191191
HSL0.000.350.81
HSV15°88°
CMYK 0.000.150.15   0.12
XYZ58.775256.870557.1695
Yxy56.87050.34010.3291
Hunter Lab75.41257.14787.8416
CIE-Lab80.106711.72644.3528

#e0bfbf color RGB value is (224,191,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 10111111
Octal 340 277 277
Decimal 224 191 191
Hex E0 BF BF

RGB Percentages of Color #e0bfbf

%36.96
%31.52
%31.52

CMYK Percentages of Color #e0bfbf

%0
%15
%15
%12

Triadic Colors of #e0bfbf

#e0bfbf #bfe0bf #bfbfe0

Analogous Colors of #e0bfbf

#e0bfbf #e0d0bf #e0bfd0

Monochromatic Colors of #e0bfbf

#e0bfbf

Complementary Color

#e0bfbf #bfe0e0

#e0bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfbf Color CSS Codes

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

#e0bfbf Text Font Color

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

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


#e0bfbf Background Color

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

This div background color is #e0bfbf


#e0bfbf Border Color

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

This div border color is #e0bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfbf


Comments

No comments written yet.

Please login to write comment.