Color Hex Logo

#a9ffcd Color Hex

#A9FFCD
(169,255,205)
0 Favorites   0 Comments

Color spaces of #a9ffcd

RGB 169255205
HSL0.401.000.83
HSV145°34°100°
CMYK 0.340.000.20   0.00
XYZ63.141684.362870.7133
Yxy84.36280.28940.3866
Hunter Lab91.8492-38.026618.6480
CIE-Lab93.6078-36.170515.7807

#a9ffcd color RGB value is (169,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111111 11001101
Octal 251 377 315
Decimal 169 255 205
Hex A9 FF CD

RGB Percentages of Color #a9ffcd

%26.87
%40.54
%32.59

CMYK Percentages of Color #a9ffcd

%34
%0
%20
%0

Triadic Colors of #a9ffcd

#a9ffcd #cda9ff #ffcda9

Analogous Colors of #a9ffcd

#a9ffcd #a9fff8 #b0ffa9

Monochromatic Colors of #a9ffcd

#a9ffcd

Complementary Color

#a9ffcd #ffa9db

#a9ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ffcd Color CSS Codes

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

#a9ffcd Text Font Color

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

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


#a9ffcd Background Color

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

This div background color is #a9ffcd


#a9ffcd Border Color

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

This div border color is #a9ffcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,255,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 #a9ffcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ffcd


Comments

No comments written yet.

Please login to write comment.