Color Hex Logo

#a9fdcc Color Hex

#A9FDCC
(169,253,204)
0 Favorites   0 Comments

Color spaces of #a9fdcc

RGB 169253204
HSL0.400.950.83
HSV145°33°99°
CMYK 0.330.000.19   0.01
XYZ62.386583.045269.8680
Yxy83.04520.28980.3857
Hunter Lab91.1291-37.275918.3332
CIE-Lab93.0342-35.444115.4846

#a9fdcc color RGB value is (169,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 11001100
Octal 251 375 314
Decimal 169 253 204
Hex A9 FD CC

RGB Percentages of Color #a9fdcc

%27.00
%40.42
%32.59

CMYK Percentages of Color #a9fdcc

%33
%0
%19
%1

Triadic Colors of #a9fdcc

#a9fdcc #cca9fd #fdcca9

Analogous Colors of #a9fdcc

#a9fdcc #a9fdf6 #b0fda9

Monochromatic Colors of #a9fdcc

#a9fdcc

Complementary Color

#a9fdcc #fda9da

#a9fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fdcc Color CSS Codes

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

#a9fdcc Text Font Color

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

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


#a9fdcc Background Color

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

This div background color is #a9fdcc


#a9fdcc Border Color

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

This div border color is #a9fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fdcc


Comments

No comments written yet.

Please login to write comment.