Color Hex Logo

#e5bdad Color Hex

#E5BDAD
(229,189,173)
0 Favorites   0 Comments

Color spaces of #e5bdad

RGB 229189173
HSL0.050.520.79
HSV17°24°90°
CMYK 0.000.170.24   0.10
XYZ58.053556.070347.2981
Yxy56.07030.35960.3474
Hunter Lab74.88017.348414.9655
CIE-Lab79.653811.927713.4511

#e5bdad color RGB value is (229,189,173).

#e5bdad hex color red value is 229, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e5bdad hue: 0.05 , saturation: 0.52 and the lightness value of e5bdad is 0.79.

The process color (four color CMYK) of #e5bdad color hex is 0.00, 0.17, 0.24, 0.10. Web safe color of #e5bdad is #cccc99. Color #e5bdad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 10101101
Octal 345 275 255
Decimal 229 189 173
Hex E5 BD AD

RGB Percentages of Color #e5bdad

%38.75
%31.98
%29.27

CMYK Percentages of Color #e5bdad

%0
%17
%24
%10

Triadic Colors of #e5bdad

#e5bdad #ade5bd #bdade5

Analogous Colors of #e5bdad

#e5bdad #e5d9ad #e5adb9

Monochromatic Colors of #e5bdad

#e5bdad

Complementary Color

#e5bdad #add5e5

#e5bdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdad Color CSS Codes

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

#e5bdad Text Font Color

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

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


#e5bdad Background Color

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

This div background color is #e5bdad


#e5bdad Border Color

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

This div border color is #e5bdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdad


Comments

No comments written yet.

Please login to write comment.