Color Hex Logo

#a9dfdc Color Hex

#A9DFDC
(169,223,220)
0 Favorites   0 Comments

Color spaces of #a9dfdc

RGB 169223220
HSL0.490.460.77
HSV177°24°87°
CMYK 0.240.000.01   0.13
XYZ55.668166.377777.5883
Yxy66.37770.27890.3325
Hunter Lab81.4725-20.61240.5674
CIE-Lab85.1887-17.8215-4.1753

#a9dfdc color RGB value is (169,223,220).

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

The process color (four color CMYK) of #a9dfdc color hex is 0.24, 0.00, 0.01, 0.13. Web safe color of #a9dfdc is #99cccc. Color #a9dfdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 11011100
Octal 251 337 334
Decimal 169 223 220
Hex A9 DF DC

RGB Percentages of Color #a9dfdc

%27.61
%36.44
%35.95

CMYK Percentages of Color #a9dfdc

%24
%0
%1
%13

Triadic Colors of #a9dfdc

#a9dfdc #dca9df #dfdca9

Analogous Colors of #a9dfdc

#a9dfdc #a9c7df #a9dfc1

Monochromatic Colors of #a9dfdc

#a9dfdc

Complementary Color

#a9dfdc #dfa9ac

#a9dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfdc Color CSS Codes

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

#a9dfdc Text Font Color

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

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


#a9dfdc Background Color

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

This div background color is #a9dfdc


#a9dfdc Border Color

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

This div border color is #a9dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfdc


Comments

No comments written yet.

Please login to write comment.