Color Hex Logo

#a9dbdf Color Hex

#A9DBDF
(169,219,223)
0 Favorites   0 Comments

Color spaces of #a9dbdf

RGB 169219223
HSL0.510.460.77
HSV184°24°87°
CMYK 0.240.020.00   0.13
XYZ55.013064.425879.3480
Yxy64.42580.27670.3241
Hunter Lab80.2657-18.1235-2.4262
CIE-Lab84.1870-15.1511-7.2429

#a9dbdf color RGB value is (169,219,223).

#a9dbdf hex color red value is 169, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a9dbdf hue: 0.51 , saturation: 0.46 and the lightness value of a9dbdf is 0.77.

The process color (four color CMYK) of #a9dbdf color hex is 0.24, 0.02, 0.00, 0.13. Web safe color of #a9dbdf is #99cccc. Color #a9dbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011011 11011111
Octal 251 333 337
Decimal 169 219 223
Hex A9 DB DF

RGB Percentages of Color #a9dbdf

%27.66
%35.84
%36.50

CMYK Percentages of Color #a9dbdf

%24
%2
%0
%13

Triadic Colors of #a9dbdf

#a9dbdf #dfa9db #dbdfa9

Analogous Colors of #a9dbdf

#a9dbdf #a9c0df #a9dfc8

Monochromatic Colors of #a9dbdf

#a9dbdf

Complementary Color

#a9dbdf #dfada9

#a9dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dbdf Color CSS Codes

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

#a9dbdf Text Font Color

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

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


#a9dbdf Background Color

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

This div background color is #a9dbdf


#a9dbdf Border Color

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

This div border color is #a9dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dbdf


Comments

No comments written yet.

Please login to write comment.