Color Hex Logo

#e0bfbe Color Hex

#E0BFBE
(224,191,190)
0 Favorites   0 Comments

Color spaces of #e0bfbe

RGB 224191190
HSL0.000.350.81
HSV15°88°
CMYK 0.000.150.15   0.12
XYZ58.665556.826656.5918
Yxy56.82660.34090.3302
Hunter Lab75.38346.99278.2582
CIE-Lab80.082011.56784.8554

#e0bfbe color RGB value is (224,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 10111110
Octal 340 277 276
Decimal 224 191 190
Hex E0 BF BE

RGB Percentages of Color #e0bfbe

%37.02
%31.57
%31.40

CMYK Percentages of Color #e0bfbe

%0
%15
%15
%12

Triadic Colors of #e0bfbe

#e0bfbe #bee0bf #bfbee0

Analogous Colors of #e0bfbe

#e0bfbe #e0d0be #e0bece

Monochromatic Colors of #e0bfbe

#e0bfbe

Complementary Color

#e0bfbe #bedfe0

#e0bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfbe Color CSS Codes

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

#e0bfbe Text Font Color

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

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


#e0bfbe Background Color

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

This div background color is #e0bfbe


#e0bfbe Border Color

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

This div border color is #e0bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfbe


Comments

No comments written yet.

Please login to write comment.