Color Hex Logo

#e6aaae Color Hex

#E6AAAE
(230,170,174)
0 Favorites   0 Comments

Color spaces of #e6aaae

RGB 230170174
HSL0.990.550.78
HSV356°26°90°
CMYK 0.000.260.24   0.10
XYZ54.647848.628446.5504
Yxy48.62840.36470.3246
Hunter Lab69.734117.84879.2353
CIE-Lab75.219622.57746.6082

#e6aaae color RGB value is (230,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 10101110
Octal 346 252 256
Decimal 230 170 174
Hex E6 AA AE

RGB Percentages of Color #e6aaae

%40.07
%29.62
%30.31

CMYK Percentages of Color #e6aaae

%0
%26
%24
%10

Triadic Colors of #e6aaae

#e6aaae #aee6aa #aaaee6

Analogous Colors of #e6aaae

#e6aaae #e6c4aa #e6aacc

Monochromatic Colors of #e6aaae

#e6aaae

Complementary Color

#e6aaae #aae6e2

#e6aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aaae Color CSS Codes

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

#e6aaae Text Font Color

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

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


#e6aaae Background Color

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

This div background color is #e6aaae


#e6aaae Border Color

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

This div border color is #e6aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aaae


Comments

No comments written yet.

Please login to write comment.