Color Hex Logo

#ffaae2 Color Hex

#FFAAE2
(255,170,226)
0 Favorites   0 Comments

Color spaces of #ffaae2

RGB 255170226
HSL0.891.000.83
HSV320°33°100°
CMYK 0.000.330.11   0.00
XYZ69.342255.500479.0094
Yxy55.50040.34020.2723
Hunter Lab74.498635.7727-10.7309
CIE-Lab79.328639.2153-15.3630

#ffaae2 color RGB value is (255,170,226).

#ffaae2 hex color red value is 255, green value is 170 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ffaae2 hue: 0.89 , saturation: 1.00 and the lightness value of ffaae2 is 0.83.

The process color (four color CMYK) of #ffaae2 color hex is 0.00, 0.33, 0.11, 0.00. Web safe color of #ffaae2 is #ff99cc. Color #ffaae2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11100010
Octal 377 252 342
Decimal 255 170 226
Hex FF AA E2

RGB Percentages of Color #ffaae2

%39.17
%26.11
%34.72

CMYK Percentages of Color #ffaae2

%0
%33
%11
%0

Triadic Colors of #ffaae2

#ffaae2 #e2ffaa #aae2ff

Analogous Colors of #ffaae2

#ffaae2 #ffaab8 #f2aaff

Monochromatic Colors of #ffaae2

#ffaae2

Complementary Color

#ffaae2 #aaffc7

#ffaae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaae2 Color CSS Codes

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

#ffaae2 Text Font Color

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

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


#ffaae2 Background Color

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

This div background color is #ffaae2


#ffaae2 Border Color

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

This div border color is #ffaae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaae2

Related Colors

#ffaae2 Color Palettes


Comments

No comments written yet.

Please login to write comment.