Color Hex Logo

#a9ddfb Color Hex

#A9DDFB
(169,221,251)
0 Favorites   0 Comments

Color spaces of #a9ddfb

RGB 169221251
HSL0.560.910.82
HSV202°33°98°
CMYK 0.330.120.00   0.02
XYZ59.631267.1130101.0780
Yxy67.11300.26170.2946
Hunter Lab81.9225-13.4347-15.8077
CIE-Lab85.5610-9.7254-19.9971

#a9ddfb color RGB value is (169,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 11111011
Octal 251 335 373
Decimal 169 221 251
Hex A9 DD FB

RGB Percentages of Color #a9ddfb

%26.37
%34.48
%39.16

CMYK Percentages of Color #a9ddfb

%33
%12
%0
%2

Triadic Colors of #a9ddfb

#a9ddfb #fba9dd #ddfba9

Analogous Colors of #a9ddfb

#a9ddfb #a9b4fb #a9fbf0

Monochromatic Colors of #a9ddfb

#a9ddfb

Complementary Color

#a9ddfb #fbc7a9

#a9ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ddfb Color CSS Codes

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

#a9ddfb Text Font Color

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

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


#a9ddfb Background Color

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

This div background color is #a9ddfb


#a9ddfb Border Color

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

This div border color is #a9ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.