Color Hex Logo

#ffaae8 Color Hex

#FFAAE8
(255,170,232)
1 Favorites   0 Comments

Color spaces of #ffaae8

RGB 255170232
HSL0.881.000.83
HSV316°33°100°
CMYK 0.000.330.09   0.00
XYZ70.180255.835683.4224
Yxy55.83560.33510.2666
Hunter Lab74.723236.8819-13.8862
CIE-Lab79.520240.1957-18.3184

#ffaae8 color RGB value is (255,170,232).

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

The process color (four color CMYK) of #ffaae8 color hex is 0.00, 0.33, 0.09, 0.00. Web safe color of #ffaae8 is #ff99ff. Color #ffaae8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11101000
Octal 377 252 350
Decimal 255 170 232
Hex FF AA E8

RGB Percentages of Color #ffaae8

%38.81
%25.88
%35.31

CMYK Percentages of Color #ffaae8

%0
%33
%9
%0

Triadic Colors of #ffaae8

#ffaae8 #e8ffaa #aae8ff

Analogous Colors of #ffaae8

#ffaae8 #ffaabe #ecaaff

Monochromatic Colors of #ffaae8

#ffaae8

Complementary Color

#ffaae8 #aaffc1

#ffaae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaae8 Color CSS Codes

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

#ffaae8 Text Font Color

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

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


#ffaae8 Background Color

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

This div background color is #ffaae8


#ffaae8 Border Color

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

This div border color is #ffaae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaae8

#ffaae8 Color Palettes


Comments

No comments written yet.

Please login to write comment.