Color Hex Logo

#e0bdbe Color Hex

#E0BDBE
(224,189,190)
0 Favorites   0 Comments

Color spaces of #e0bdbe

RGB 224189190
HSL1.000.360.81
HSV358°16°88°
CMYK 0.000.160.15   0.12
XYZ58.232355.960256.4474
Yxy55.96020.34130.3279
Hunter Lab74.80668.03987.6256
CIE-Lab79.591212.63294.1461

#e0bdbe color RGB value is (224,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111101 10111110
Octal 340 275 276
Decimal 224 189 190
Hex E0 BD BE

RGB Percentages of Color #e0bdbe

%37.15
%31.34
%31.51

CMYK Percentages of Color #e0bdbe

%0
%16
%15
%12

Triadic Colors of #e0bdbe

#e0bdbe #bee0bd #bdbee0

Analogous Colors of #e0bdbe

#e0bdbe #e0cebd #e0bdd0

Monochromatic Colors of #e0bdbe

#e0bdbe

Complementary Color

#e0bdbe #bde0df

#e0bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bdbe Color CSS Codes

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

#e0bdbe Text Font Color

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

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


#e0bdbe Background Color

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

This div background color is #e0bdbe


#e0bdbe Border Color

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

This div border color is #e0bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bdbe


Comments

No comments written yet.

Please login to write comment.