Color Hex Logo

#e5aabc Color Hex

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

Color spaces of #e5aabc

RGB 229170188
HSL0.950.530.78
HSV342°26°90°
CMYK 0.000.260.18   0.10
XYZ55.764949.038354.1032
Yxy49.03830.35090.3086
Hunter Lab70.027419.59713.2116
CIE-Lab75.475124.2896-0.6948

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

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

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

Base Numbers

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

RGB Percentages of Color #e5aabc

%39.01
%28.96
%32.03

CMYK Percentages of Color #e5aabc

%0
%26
%18
%10

Triadic Colors of #e5aabc

#e5aabc #bce5aa #aabce5

Analogous Colors of #e5aabc

#e5aabc #e5b6aa #e5aada

Monochromatic Colors of #e5aabc

#e5aabc

Complementary Color

#e5aabc #aae5d3

#e5aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aabc Color CSS Codes

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

#e5aabc Text Font Color

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

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


#e5aabc Background Color

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

This div background color is #e5aabc


#e5aabc Border Color

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

This div border color is #e5aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aabc


Comments

No comments written yet.

Please login to write comment.