Color Hex Logo

#a9ddfc Color Hex

#A9DDFC
(169,221,252)
0 Favorites   0 Comments

Color spaces of #a9ddfc

RGB 169221252
HSL0.560.930.83
HSV202°33°99°
CMYK 0.330.120.00   0.01
XYZ59.789367.1762101.9105
Yxy67.17620.26120.2935
Hunter Lab81.9611-13.2190-16.3485
CIE-Lab85.5928-9.4849-20.4763

#a9ddfc color RGB value is (169,221,252).

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

The process color (four color CMYK) of #a9ddfc color hex is 0.33, 0.12, 0.00, 0.01. Web safe color of #a9ddfc is #99ccff. Color #a9ddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 11111100
Octal 251 335 374
Decimal 169 221 252
Hex A9 DD FC

RGB Percentages of Color #a9ddfc

%26.32
%34.42
%39.25

CMYK Percentages of Color #a9ddfc

%33
%12
%0
%1

Triadic Colors of #a9ddfc

#a9ddfc #fca9dd #ddfca9

Analogous Colors of #a9ddfc

#a9ddfc #a9b4fc #a9fcf2

Monochromatic Colors of #a9ddfc

#a9ddfc

Complementary Color

#a9ddfc #fcc8a9

#a9ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ddfc Color CSS Codes

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

#a9ddfc Text Font Color

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

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


#a9ddfc Background Color

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

This div background color is #a9ddfc


#a9ddfc Border Color

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

This div border color is #a9ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ddfc


Comments

No comments written yet.

Please login to write comment.