Color Hex Logo

#a9fdce Color Hex

#A9FDCE
(169,253,206)
0 Favorites   0 Comments

Color spaces of #a9fdce

RGB 169253206
HSL0.410.950.83
HSV146°33°99°
CMYK 0.330.000.19   0.01
XYZ62.628083.141871.1396
Yxy83.14180.28870.3833
Hunter Lab91.1821-36.966917.5699
CIE-Lab93.0765-35.066314.5172

#a9fdce color RGB value is (169,253,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 11001110
Octal 251 375 316
Decimal 169 253 206
Hex A9 FD CE

RGB Percentages of Color #a9fdce

%26.91
%40.29
%32.80

CMYK Percentages of Color #a9fdce

%33
%0
%19
%1

Triadic Colors of #a9fdce

#a9fdce #cea9fd #fdcea9

Analogous Colors of #a9fdce

#a9fdce #a9fdf8 #aefda9

Monochromatic Colors of #a9fdce

#a9fdce

Complementary Color

#a9fdce #fda9d8

#a9fdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fdce Color CSS Codes

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

#a9fdce Text Font Color

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

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


#a9fdce Background Color

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

This div background color is #a9fdce


#a9fdce Border Color

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

This div border color is #a9fdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fdce


Comments

No comments written yet.

Please login to write comment.