Color Hex Logo

#a9dfbc Color Hex

#A9DFBC
(169,223,188)
0 Favorites   0 Comments

Color spaces of #a9dfbc

RGB 169223188
HSL0.390.460.77
HSV141°24°87°
CMYK 0.240.000.16   0.13
XYZ51.827064.841257.3610
Yxy64.84120.29780.3726
Hunter Lab80.5240-26.030614.1318
CIE-Lab84.4018-24.281811.5782

#a9dfbc color RGB value is (169,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 10111100
Octal 251 337 274
Decimal 169 223 188
Hex A9 DF BC

RGB Percentages of Color #a9dfbc

%29.14
%38.45
%32.41

CMYK Percentages of Color #a9dfbc

%24
%0
%16
%13

Triadic Colors of #a9dfbc

#a9dfbc #bca9df #dfbca9

Analogous Colors of #a9dfbc

#a9dfbc #a9dfd7 #b1dfa9

Monochromatic Colors of #a9dfbc

#a9dfbc

Complementary Color

#a9dfbc #dfa9cc

#a9dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfbc Color CSS Codes

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

#a9dfbc Text Font Color

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

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


#a9dfbc Background Color

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

This div background color is #a9dfbc


#a9dfbc Border Color

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

This div border color is #a9dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfbc


Comments

No comments written yet.

Please login to write comment.