Color Hex Logo

#a9dcff Color Hex

#A9DCFF
(169,220,255)
0 Favorites   0 Comments

Color spaces of #a9dcff

RGB 169220255
HSL0.571.000.83
HSV204°34°100°
CMYK 0.340.140.00   0.00
XYZ60.005466.8414104.3468
Yxy66.84140.25950.2891
Hunter Lab81.7566-12.0636-18.4428
CIE-Lab85.4238-8.2406-22.3145

#a9dcff color RGB value is (169,220,255).

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

The process color (four color CMYK) of #a9dcff color hex is 0.34, 0.14, 0.00, 0.00. Web safe color of #a9dcff is #99ccff. Color #a9dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011100 11111111
Octal 251 334 377
Decimal 169 220 255
Hex A9 DC FF

RGB Percentages of Color #a9dcff

%26.24
%34.16
%39.60

CMYK Percentages of Color #a9dcff

%34
%14
%0
%0

Triadic Colors of #a9dcff

#a9dcff #ffa9dc #dcffa9

Analogous Colors of #a9dcff

#a9dcff #a9b1ff #a9fff7

Monochromatic Colors of #a9dcff

#a9dcff

Complementary Color

#a9dcff #ffcca9

#a9dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dcff Color CSS Codes

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

#a9dcff Text Font Color

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

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


#a9dcff Background Color

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

This div background color is #a9dcff


#a9dcff Border Color

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

This div border color is #a9dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dcff


Comments

No comments written yet.

Please login to write comment.