Color Hex Logo

#a9fdca Color Hex

#A9FDCA
(169,253,202)
0 Favorites   0 Comments

Color spaces of #a9fdca

RGB 169253202
HSL0.400.950.83
HSV144°33°99°
CMYK 0.330.000.20   0.01
XYZ62.148182.949868.6125
Yxy82.94980.29080.3881
Hunter Lab91.0768-37.581219.0878
CIE-Lab92.9925-35.818316.4521

#a9fdca color RGB value is (169,253,202).

#a9fdca hex color red value is 169, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a9fdca hue: 0.40 , saturation: 0.95 and the lightness value of a9fdca is 0.83.

The process color (four color CMYK) of #a9fdca color hex is 0.33, 0.00, 0.20, 0.01. Web safe color of #a9fdca is #99ffcc. Color #a9fdca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 11001010
Octal 251 375 312
Decimal 169 253 202
Hex A9 FD CA

RGB Percentages of Color #a9fdca

%27.08
%40.54
%32.37

CMYK Percentages of Color #a9fdca

%33
%0
%20
%1

Triadic Colors of #a9fdca

#a9fdca #caa9fd #fdcaa9

Analogous Colors of #a9fdca

#a9fdca #a9fdf4 #b2fda9

Monochromatic Colors of #a9fdca

#a9fdca

Complementary Color

#a9fdca #fda9dc

#a9fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fdca Color CSS Codes

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

#a9fdca Text Font Color

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

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


#a9fdca Background Color

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

This div background color is #a9fdca


#a9fdca Border Color

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

This div border color is #a9fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fdca


Comments

No comments written yet.

Please login to write comment.