Color Hex Logo

#a9fdcd Color Hex

#A9FDCD
(169,253,205)
0 Favorites   0 Comments

Color spaces of #a9fdcd

RGB 169253205
HSL0.400.950.83
HSV146°33°99°
CMYK 0.330.000.19   0.01
XYZ62.506983.093470.5018
Yxy83.09340.28920.3845
Hunter Lab91.1556-37.121817.9527
CIE-Lab93.0553-35.255715.0009

#a9fdcd color RGB value is (169,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 11001101
Octal 251 375 315
Decimal 169 253 205
Hex A9 FD CD

RGB Percentages of Color #a9fdcd

%26.95
%40.35
%32.70

CMYK Percentages of Color #a9fdcd

%33
%0
%19
%1

Triadic Colors of #a9fdcd

#a9fdcd #cda9fd #fdcda9

Analogous Colors of #a9fdcd

#a9fdcd #a9fdf7 #affda9

Monochromatic Colors of #a9fdcd

#a9fdcd

Complementary Color

#a9fdcd #fda9d9

#a9fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fdcd Color CSS Codes

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

#a9fdcd Text Font Color

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

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


#a9fdcd Background Color

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

This div background color is #a9fdcd


#a9fdcd Border Color

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

This div border color is #a9fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fdcd


Comments

No comments written yet.

Please login to write comment.