Color Hex Logo

#a9dbfb Color Hex

#A9DBFB
(169,219,251)
0 Favorites   0 Comments

Color spaces of #a9dbfb

RGB 169219251
HSL0.570.910.82
HSV203°33°98°
CMYK 0.330.130.00   0.02
XYZ59.106366.0631100.9030
Yxy66.06310.26140.2922
Hunter Lab81.2792-12.4333-16.7093
CIE-Lab85.0286-8.6903-20.8023

#a9dbfb color RGB value is (169,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011011 11111011
Octal 251 333 373
Decimal 169 219 251
Hex A9 DB FB

RGB Percentages of Color #a9dbfb

%26.45
%34.27
%39.28

CMYK Percentages of Color #a9dbfb

%33
%13
%0
%2

Triadic Colors of #a9dbfb

#a9dbfb #fba9db #dbfba9

Analogous Colors of #a9dbfb

#a9dbfb #a9b2fb #a9fbf2

Monochromatic Colors of #a9dbfb

#a9dbfb

Complementary Color

#a9dbfb #fbc9a9

#a9dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dbfb Color CSS Codes

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

#a9dbfb Text Font Color

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

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


#a9dbfb Background Color

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

This div background color is #a9dbfb


#a9dbfb Border Color

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

This div border color is #a9dbfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,219,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 #a9dbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dbfb


Comments

No comments written yet.

Please login to write comment.