Color Hex Logo

#ffaad4 Color Hex

#FFAAD4
(255,170,212)
0 Favorites   0 Comments

Color spaces of #ffaad4

RGB 255170212
HSL0.921.000.83
HSV330°33°100°
CMYK 0.000.330.17   0.00
XYZ67.498454.762969.3001
Yxy54.76290.35240.2859
Hunter Lab74.002033.3093-3.7215
CIE-Lab78.904537.0181-8.4083

#ffaad4 color RGB value is (255,170,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11010100
Octal 377 252 324
Decimal 255 170 212
Hex FF AA D4

RGB Percentages of Color #ffaad4

%40.03
%26.69
%33.28

CMYK Percentages of Color #ffaad4

%0
%33
%17
%0

Triadic Colors of #ffaad4

#ffaad4 #d4ffaa #aad4ff

Analogous Colors of #ffaad4

#ffaad4 #ffabaa #ffaaff

Monochromatic Colors of #ffaad4

#ffaad4

Complementary Color

#ffaad4 #aaffd5

#ffaad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaad4 Color CSS Codes

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

#ffaad4 Text Font Color

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

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


#ffaad4 Background Color

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

This div background color is #ffaad4


#ffaad4 Border Color

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

This div border color is #ffaad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaad4


Comments

No comments written yet.

Please login to write comment.