Color Hex Logo

#e5abaa Color Hex

#E5ABAA
(229,171,170)
0 Favorites   0 Comments

Color spaces of #e5abaa

RGB 229171170
HSL0.000.530.78
HSV26°90°
CMYK 0.000.250.26   0.10
XYZ54.131748.686144.5745
Yxy48.68610.36730.3303
Hunter Lab69.775416.373110.9667
CIE-Lab75.255621.10908.8331

#e5abaa color RGB value is (229,171,170).

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

The process color (four color CMYK) of #e5abaa color hex is 0.00, 0.25, 0.26, 0.10. Web safe color of #e5abaa is #cc9999. Color #e5abaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 10101010
Octal 345 253 252
Decimal 229 171 170
Hex E5 AB AA

RGB Percentages of Color #e5abaa

%40.18
%30.00
%29.82

CMYK Percentages of Color #e5abaa

%0
%25
%26
%10

Triadic Colors of #e5abaa

#e5abaa #aae5ab #abaae5

Analogous Colors of #e5abaa

#e5abaa #e5c9aa #e5aac7

Monochromatic Colors of #e5abaa

#e5abaa

Complementary Color

#e5abaa #aae4e5

#e5abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abaa Color CSS Codes

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

#e5abaa Text Font Color

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

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


#e5abaa Background Color

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

This div background color is #e5abaa


#e5abaa Border Color

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

This div border color is #e5abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abaa


Comments

No comments written yet.

Please login to write comment.