Color Hex Logo

#e5bcaa Color Hex

#E5BCAA
(229,188,170)
0 Favorites   0 Comments

Color spaces of #e5bcaa

RGB 229188170
HSL0.050.530.78
HSV18°26°90°
CMYK 0.000.180.26   0.10
XYZ57.552055.526745.7146
Yxy55.52670.36240.3497
Hunter Lab74.51627.459615.7878
CIE-Lab79.343712.039414.6260

#e5bcaa color RGB value is (229,188,170).

#e5bcaa hex color red value is 229, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e5bcaa hue: 0.05 , saturation: 0.53 and the lightness value of e5bcaa is 0.78.

The process color (four color CMYK) of #e5bcaa color hex is 0.00, 0.18, 0.26, 0.10. Web safe color of #e5bcaa is #cccc99. Color #e5bcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111100 10101010
Octal 345 274 252
Decimal 229 188 170
Hex E5 BC AA

RGB Percentages of Color #e5bcaa

%39.01
%32.03
%28.96

CMYK Percentages of Color #e5bcaa

%0
%18
%26
%10

Triadic Colors of #e5bcaa

#e5bcaa #aae5bc #bcaae5

Analogous Colors of #e5bcaa

#e5bcaa #e5daaa #e5aab6

Monochromatic Colors of #e5bcaa

#e5bcaa

Complementary Color

#e5bcaa #aad3e5

#e5bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bcaa Color CSS Codes

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

#e5bcaa Text Font Color

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

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


#e5bcaa Background Color

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

This div background color is #e5bcaa


#e5bcaa Border Color

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

This div border color is #e5bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bcaa


Comments

No comments written yet.

Please login to write comment.