Color Hex Logo

#a9dabb Color Hex

#A9DABB
(169,218,187)
0 Favorites   0 Comments

Color spaces of #a9dabb

RGB 169218187
HSL0.390.400.76
HSV142°22°85°
CMYK 0.220.000.14   0.15
XYZ50.403262.165756.3564
Yxy62.16570.29840.3680
Hunter Lab78.8452-23.869912.8128
CIE-Lab83.0015-22.021110.1123

#a9dabb color RGB value is (169,218,187).

#a9dabb hex color red value is 169, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a9dabb hue: 0.39 , saturation: 0.40 and the lightness value of a9dabb is 0.76.

The process color (four color CMYK) of #a9dabb color hex is 0.22, 0.00, 0.14, 0.15. Web safe color of #a9dabb is #99cccc. Color #a9dabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011010 10111011
Octal 251 332 273
Decimal 169 218 187
Hex A9 DA BB

RGB Percentages of Color #a9dabb

%29.44
%37.98
%32.58

CMYK Percentages of Color #a9dabb

%22
%0
%14
%15

Triadic Colors of #a9dabb

#a9dabb #bba9da #dabba9

Analogous Colors of #a9dabb

#a9dabb #a9dad4 #b0daa9

Monochromatic Colors of #a9dabb

#a9dabb

Complementary Color

#a9dabb #daa9c8

#a9dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dabb Color CSS Codes

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

#a9dabb Text Font Color

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

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


#a9dabb Background Color

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

This div background color is #a9dabb


#a9dabb Border Color

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

This div border color is #a9dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dabb


Comments

No comments written yet.

Please login to write comment.