Color Hex Logo

#a9dade Color Hex

#A9DADE
(169,218,222)
0 Favorites   0 Comments

Color spaces of #a9dade

RGB 169218222
HSL0.510.450.77
HSV185°24°87°
CMYK 0.240.020.00   0.13
XYZ54.618463.851878.5532
Yxy63.85180.27720.3241
Hunter Lab79.9073-17.8292-2.3501
CIE-Lab83.8885-14.8635-7.1545

#a9dade color RGB value is (169,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011010 11011110
Octal 251 332 336
Decimal 169 218 222
Hex A9 DA DE

RGB Percentages of Color #a9dade

%27.75
%35.80
%36.45

CMYK Percentages of Color #a9dade

%24
%2
%0
%13

Triadic Colors of #a9dade

#a9dade #dea9da #dadea9

Analogous Colors of #a9dade

#a9dade #a9c0de #a9dec8

Monochromatic Colors of #a9dade

#a9dade

Complementary Color

#a9dade #deada9

#a9dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dade Color CSS Codes

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

#a9dade Text Font Color

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

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


#a9dade Background Color

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

This div background color is #a9dade


#a9dade Border Color

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

This div border color is #a9dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dade


Comments

No comments written yet.

Please login to write comment.