Color Hex Logo

#e9aabc Color Hex

#E9AABC
(233,170,188)
0 Favorites   0 Comments

Color spaces of #e9aabc

RGB 233170188
HSL0.950.590.79
HSV343°27°91°
CMYK 0.000.270.19   0.09
XYZ57.056149.703954.1636
Yxy49.70390.35460.3089
Hunter Lab70.501021.08243.8001
CIE-Lab75.887225.7198-0.0434

#e9aabc color RGB value is (233,170,188).

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

The process color (four color CMYK) of #e9aabc color hex is 0.00, 0.27, 0.19, 0.09. Web safe color of #e9aabc is #ff99cc. Color #e9aabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101010 10111100
Octal 351 252 274
Decimal 233 170 188
Hex E9 AA BC

RGB Percentages of Color #e9aabc

%39.42
%28.76
%31.81

CMYK Percentages of Color #e9aabc

%0
%27
%19
%9

Triadic Colors of #e9aabc

#e9aabc #bce9aa #aabce9

Analogous Colors of #e9aabc

#e9aabc #e9b8aa #e9aadc

Monochromatic Colors of #e9aabc

#e9aabc

Complementary Color

#e9aabc #aae9d7

#e9aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aabc Color CSS Codes

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

#e9aabc Text Font Color

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

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


#e9aabc Background Color

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

This div background color is #e9aabc


#e9aabc Border Color

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

This div border color is #e9aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aabc


Comments

No comments written yet.

Please login to write comment.