Color Hex Logo

#e1bdba Color Hex

#E1BDBA
(225,189,186)
0 Favorites   0 Comments

Color spaces of #e1bdba

RGB 225189186
HSL0.010.390.81
HSV17°88°
CMYK 0.000.160.17   0.12
XYZ58.111955.947954.1906
Yxy55.94790.34540.3325
Hunter Lab74.79837.78219.4039
CIE-Lab79.584212.37026.3044

#e1bdba color RGB value is (225,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111101 10111010
Octal 341 275 272
Decimal 225 189 186
Hex E1 BD BA

RGB Percentages of Color #e1bdba

%37.50
%31.50
%31.00

CMYK Percentages of Color #e1bdba

%0
%16
%17
%12

Triadic Colors of #e1bdba

#e1bdba #bae1bd #bdbae1

Analogous Colors of #e1bdba

#e1bdba #e1d1ba #e1bacb

Monochromatic Colors of #e1bdba

#e1bdba

Complementary Color

#e1bdba #badee1

#e1bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bdba Color CSS Codes

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

#e1bdba Text Font Color

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

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


#e1bdba Background Color

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

This div background color is #e1bdba


#e1bdba Border Color

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

This div border color is #e1bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bdba


Comments

No comments written yet.

Please login to write comment.