Color Hex Logo

#ffaad8 Color Hex

#FFAAD8
(255,170,216)
0 Favorites   0 Comments

Color spaces of #ffaad8

RGB 255170216
HSL0.911.000.83
HSV328°33°100°
CMYK 0.000.330.15   0.00
XYZ68.009454.967371.9910
Yxy54.96730.34880.2819
Hunter Lab74.139933.9952-5.6735
CIE-Lab79.022437.6326-10.4035

#ffaad8 color RGB value is (255,170,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11011000
Octal 377 252 330
Decimal 255 170 216
Hex FF AA D8

RGB Percentages of Color #ffaad8

%39.78
%26.52
%33.70

CMYK Percentages of Color #ffaad8

%0
%33
%15
%0

Triadic Colors of #ffaad8

#ffaad8 #d8ffaa #aad8ff

Analogous Colors of #ffaad8

#ffaad8 #ffaaae #fcaaff

Monochromatic Colors of #ffaad8

#ffaad8

Complementary Color

#ffaad8 #aaffd1

#ffaad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaad8 Color CSS Codes

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

#ffaad8 Text Font Color

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

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


#ffaad8 Background Color

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

This div background color is #ffaad8


#ffaad8 Border Color

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

This div border color is #ffaad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaad8

Related Colors


Comments

No comments written yet.

Please login to write comment.