Color Hex Logo

#e5bdac Color Hex

#E5BDAC
(229,189,172)
0 Favorites   0 Comments

Color spaces of #e5bdac

RGB 229189172
HSL0.050.520.79
HSV18°25°90°
CMYK 0.000.170.25   0.10
XYZ57.957156.031846.7903
Yxy56.03180.36050.3485
Hunter Lab74.85447.211015.3368
CIE-Lab79.631911.787213.9574

#e5bdac color RGB value is (229,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 10101100
Octal 345 275 254
Decimal 229 189 172
Hex E5 BD AC

RGB Percentages of Color #e5bdac

%38.81
%32.03
%29.15

CMYK Percentages of Color #e5bdac

%0
%17
%25
%10

Triadic Colors of #e5bdac

#e5bdac #ace5bd #bdace5

Analogous Colors of #e5bdac

#e5bdac #e5daac #e5acb8

Monochromatic Colors of #e5bdac

#e5bdac

Complementary Color

#e5bdac #acd4e5

#e5bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdac Color CSS Codes

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

#e5bdac Text Font Color

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

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


#e5bdac Background Color

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

This div background color is #e5bdac


#e5bdac Border Color

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

This div border color is #e5bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdac


Comments

No comments written yet.

Please login to write comment.