Color Hex Logo

#e6aab0 Color Hex

#E6AAB0
(230,170,176)
0 Favorites   0 Comments

Color spaces of #e6aab0

RGB 230170176
HSL0.980.550.78
HSV354°26°90°
CMYK 0.000.260.23   0.10
XYZ54.844348.707047.5851
Yxy48.70700.36290.3223
Hunter Lab69.790418.13988.4277
CIE-Lab75.268722.86345.5848

#e6aab0 color RGB value is (230,170,176).

#e6aab0 hex color red value is 230, green value is 170 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #e6aab0 hue: 0.98 , saturation: 0.55 and the lightness value of e6aab0 is 0.78.

The process color (four color CMYK) of #e6aab0 color hex is 0.00, 0.26, 0.23, 0.10. Web safe color of #e6aab0 is #ff9999. Color #e6aab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 10110000
Octal 346 252 260
Decimal 230 170 176
Hex E6 AA B0

RGB Percentages of Color #e6aab0

%39.93
%29.51
%30.56

CMYK Percentages of Color #e6aab0

%0
%26
%23
%10

Triadic Colors of #e6aab0

#e6aab0 #b0e6aa #aab0e6

Analogous Colors of #e6aab0

#e6aab0 #e6c2aa #e6aace

Monochromatic Colors of #e6aab0

#e6aab0

Complementary Color

#e6aab0 #aae6e0

#e6aab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aab0 Color CSS Codes

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

#e6aab0 Text Font Color

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

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


#e6aab0 Background Color

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

This div background color is #e6aab0


#e6aab0 Border Color

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

This div border color is #e6aab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aab0


Comments

No comments written yet.

Please login to write comment.