Color Hex Logo

#a9dedb Color Hex

#A9DEDB
(169,222,219)
0 Favorites   0 Comments

Color spaces of #a9dedb

RGB 169222219
HSL0.490.450.77
HSV177°24°87°
CMYK 0.240.000.01   0.13
XYZ55.269665.792076.8039
Yxy65.79200.27930.3325
Hunter Lab81.1123-20.31720.6378
CIE-Lab84.8902-17.5355-4.0860

#a9dedb color RGB value is (169,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 11011011
Octal 251 336 333
Decimal 169 222 219
Hex A9 DE DB

RGB Percentages of Color #a9dedb

%27.70
%36.39
%35.90

CMYK Percentages of Color #a9dedb

%24
%0
%1
%13

Triadic Colors of #a9dedb

#a9dedb #dba9de #dedba9

Analogous Colors of #a9dedb

#a9dedb #a9c7de #a9dec1

Monochromatic Colors of #a9dedb

#a9dedb

Complementary Color

#a9dedb #dea9ac

#a9dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dedb Color CSS Codes

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

#a9dedb Text Font Color

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

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


#a9dedb Background Color

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

This div background color is #a9dedb


#a9dedb Border Color

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

This div border color is #a9dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dedb


Comments

No comments written yet.

Please login to write comment.