Color Hex Logo

#ffa9dd Color Hex

#FFA9DD
(255,169,221)
0 Favorites   0 Comments

Color spaces of #ffa9dd

RGB 255169221
HSL0.901.000.83
HSV324°34°100°
CMYK 0.000.340.13   0.00
XYZ68.479154.856475.3857
Yxy54.85640.34460.2760
Hunter Lab74.065135.4236-8.5016
CIE-Lab78.958538.9355-13.2104

#ffa9dd color RGB value is (255,169,221).

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

The process color (four color CMYK) of #ffa9dd color hex is 0.00, 0.34, 0.13, 0.00. Web safe color of #ffa9dd is #ff99cc. Color #ffa9dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 11011101
Octal 377 251 335
Decimal 255 169 221
Hex FF A9 DD

RGB Percentages of Color #ffa9dd

%39.53
%26.20
%34.26

CMYK Percentages of Color #ffa9dd

%0
%34
%13
%0

Triadic Colors of #ffa9dd

#ffa9dd #ddffa9 #a9ddff

Analogous Colors of #ffa9dd

#ffa9dd #ffa9b2 #f6a9ff

Monochromatic Colors of #ffa9dd

#ffa9dd

Complementary Color

#ffa9dd #a9ffcb

#ffa9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa9dd Color CSS Codes

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

#ffa9dd Text Font Color

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

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


#ffa9dd Background Color

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

This div background color is #ffa9dd


#ffa9dd Border Color

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

This div border color is #ffa9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa9dd


Comments

No comments written yet.

Please login to write comment.