Color Hex Logo

#a9dfbb Color Hex

#A9DFBB
(169,223,187)
0 Favorites   0 Comments

Color spaces of #a9dfbb

RGB 169223187
HSL0.390.460.77
HSV140°24°87°
CMYK 0.240.000.16   0.13
XYZ51.719564.798256.7951
Yxy64.79820.29840.3739
Hunter Lab80.4973-26.184214.5159
CIE-Lab84.3796-24.468712.0729

#a9dfbb color RGB value is (169,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 10111011
Octal 251 337 273
Decimal 169 223 187
Hex A9 DF BB

RGB Percentages of Color #a9dfbb

%29.19
%38.51
%32.30

CMYK Percentages of Color #a9dfbb

%24
%0
%16
%13

Triadic Colors of #a9dfbb

#a9dfbb #bba9df #dfbba9

Analogous Colors of #a9dfbb

#a9dfbb #a9dfd6 #b2dfa9

Monochromatic Colors of #a9dfbb

#a9dfbb

Complementary Color

#a9dfbb #dfa9cd

#a9dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfbb Color CSS Codes

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

#a9dfbb Text Font Color

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

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


#a9dfbb Background Color

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

This div background color is #a9dfbb


#a9dfbb Border Color

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

This div border color is #a9dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfbb


Comments

No comments written yet.

Please login to write comment.