Color Hex Logo

#e5beaa Color Hex

#E5BEAA
(229,190,170)
0 Favorites   0 Comments

Color spaces of #e5beaa

RGB 229190170
HSL0.060.530.78
HSV20°26°90°
CMYK 0.000.170.26   0.10
XYZ57.982356.387245.8580
Yxy56.38720.36190.3519
Hunter Lab75.09146.419916.3558
CIE-Lab79.833710.978915.3144

#e5beaa color RGB value is (229,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 10101010
Octal 345 276 252
Decimal 229 190 170
Hex E5 BE AA

RGB Percentages of Color #e5beaa

%38.88
%32.26
%28.86

CMYK Percentages of Color #e5beaa

%0
%17
%26
%10

Triadic Colors of #e5beaa

#e5beaa #aae5be #beaae5

Analogous Colors of #e5beaa

#e5beaa #e5dcaa #e5aab4

Monochromatic Colors of #e5beaa

#e5beaa

Complementary Color

#e5beaa #aad1e5

#e5beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5beaa Color CSS Codes

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

#e5beaa Text Font Color

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

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


#e5beaa Background Color

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

This div background color is #e5beaa


#e5beaa Border Color

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

This div border color is #e5beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5beaa


Comments

No comments written yet.

Please login to write comment.