Color Hex Logo

#a9dfbf Color Hex

#A9DFBF
(169,223,191)
0 Favorites   0 Comments

Color spaces of #a9dfbf

RGB 169223191
HSL0.400.460.77
HSV144°24°87°
CMYK 0.240.000.14   0.13
XYZ52.153864.972059.0823
Yxy64.97200.29600.3687
Hunter Lab80.6052-25.564712.9650
CIE-Lab84.4693-23.715810.0947

#a9dfbf color RGB value is (169,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 10111111
Octal 251 337 277
Decimal 169 223 191
Hex A9 DF BF

RGB Percentages of Color #a9dfbf

%28.99
%38.25
%32.76

CMYK Percentages of Color #a9dfbf

%24
%0
%14
%13

Triadic Colors of #a9dfbf

#a9dfbf #bfa9df #dfbfa9

Analogous Colors of #a9dfbf

#a9dfbf #a9dfda #aedfa9

Monochromatic Colors of #a9dfbf

#a9dfbf

Complementary Color

#a9dfbf #dfa9c9

#a9dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfbf Color CSS Codes

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

#a9dfbf Text Font Color

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

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


#a9dfbf Background Color

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

This div background color is #a9dfbf


#a9dfbf Border Color

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

This div border color is #a9dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfbf


Comments

No comments written yet.

Please login to write comment.