Color Hex Logo

#ffaad3 Color Hex

#FFAAD3
(255,170,211)
0 Favorites   0 Comments

Color spaces of #ffaad3

RGB 255170211
HSL0.921.000.83
HSV331°33°100°
CMYK 0.000.330.17   0.00
XYZ67.372654.712668.6377
Yxy54.71260.35320.2869
Hunter Lab73.968033.1401-3.2399
CIE-Lab78.875436.8660-7.9085

#ffaad3 color RGB value is (255,170,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11010011
Octal 377 252 323
Decimal 255 170 211
Hex FF AA D3

RGB Percentages of Color #ffaad3

%40.09
%26.73
%33.18

CMYK Percentages of Color #ffaad3

%0
%33
%17
%0

Triadic Colors of #ffaad3

#ffaad3 #d3ffaa #aad3ff

Analogous Colors of #ffaad3

#ffaad3 #ffacaa #ffaafe

Monochromatic Colors of #ffaad3

#ffaad3

Complementary Color

#ffaad3 #aaffd6

#ffaad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaad3 Color CSS Codes

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

#ffaad3 Text Font Color

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

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


#ffaad3 Background Color

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

This div background color is #ffaad3


#ffaad3 Border Color

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

This div border color is #ffaad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaad3

Related Colors


Comments

No comments written yet.

Please login to write comment.