Color Hex Logo

#a9dbfd Color Hex

#A9DBFD
(169,219,253)
0 Favorites   0 Comments

Color spaces of #a9dbfd

RGB 169219253
HSL0.570.950.83
HSV204°33°99°
CMYK 0.330.130.00   0.01
XYZ59.423366.1899102.5725
Yxy66.18990.26040.2901
Hunter Lab81.3572-11.9986-17.8009
CIE-Lab85.0932-8.2071-21.7605

#a9dbfd color RGB value is (169,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011011 11111101
Octal 251 333 375
Decimal 169 219 253
Hex A9 DB FD

RGB Percentages of Color #a9dbfd

%26.37
%34.17
%39.47

CMYK Percentages of Color #a9dbfd

%33
%13
%0
%1

Triadic Colors of #a9dbfd

#a9dbfd #fda9db #dbfda9

Analogous Colors of #a9dbfd

#a9dbfd #a9b1fd #a9fdf5

Monochromatic Colors of #a9dbfd

#a9dbfd

Complementary Color

#a9dbfd #fdcba9

#a9dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dbfd Color CSS Codes

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

#a9dbfd Text Font Color

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

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


#a9dbfd Background Color

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

This div background color is #a9dbfd


#a9dbfd Border Color

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

This div border color is #a9dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dbfd


Comments

No comments written yet.

Please login to write comment.