Color Hex Logo

#a9dfde Color Hex

#A9DFDE
(169,223,222)
0 Favorites   0 Comments

Color spaces of #a9dfde

RGB 169223222
HSL0.500.460.77
HSV179°24°87°
CMYK 0.240.000.00   0.13
XYZ55.934766.484378.9919
Yxy66.48430.27770.3301
Hunter Lab81.5379-20.2410-0.3621
CIE-Lab85.2428-17.3881-5.1528

#a9dfde color RGB value is (169,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 11011110
Octal 251 337 336
Decimal 169 223 222
Hex A9 DF DE

RGB Percentages of Color #a9dfde

%27.52
%36.32
%36.16

CMYK Percentages of Color #a9dfde

%24
%0
%0
%13

Triadic Colors of #a9dfde

#a9dfde #dea9df #dfdea9

Analogous Colors of #a9dfde

#a9dfde #a9c5df #a9dfc3

Monochromatic Colors of #a9dfde

#a9dfde

Complementary Color

#a9dfde #dfa9aa

#a9dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfde Color CSS Codes

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

#a9dfde Text Font Color

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

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


#a9dfde Background Color

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

This div background color is #a9dfde


#a9dfde Border Color

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

This div border color is #a9dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfde


Comments

No comments written yet.

Please login to write comment.