Color Hex Logo

#a9cfdd Color Hex

#A9CFDD
(169,207,221)
0 Favorites   0 Comments

Color spaces of #a9cfdd

RGB 169207221
HSL0.540.430.76
HSV196°24°87°
CMYK 0.240.060.00   0.13
XYZ51.726258.281176.9297
Yxy58.28110.27670.3118
Hunter Lab76.3421-12.6544-6.3069
CIE-Lab80.8948-9.4303-11.0717

#a9cfdd color RGB value is (169,207,221).

#a9cfdd hex color red value is 169, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a9cfdd hue: 0.54 , saturation: 0.43 and the lightness value of a9cfdd is 0.76.

The process color (four color CMYK) of #a9cfdd color hex is 0.24, 0.06, 0.00, 0.13. Web safe color of #a9cfdd is #99cccc. Color #a9cfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001111 11011101
Octal 251 317 335
Decimal 169 207 221
Hex A9 CF DD

RGB Percentages of Color #a9cfdd

%28.31
%34.67
%37.02

CMYK Percentages of Color #a9cfdd

%24
%6
%0
%13

Triadic Colors of #a9cfdd

#a9cfdd #dda9cf #cfdda9

Analogous Colors of #a9cfdd

#a9cfdd #a9b5dd #a9ddd1

Monochromatic Colors of #a9cfdd

#a9cfdd

Complementary Color

#a9cfdd #ddb7a9

#a9cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cfdd Color CSS Codes

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

#a9cfdd Text Font Color

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

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


#a9cfdd Background Color

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

This div background color is #a9cfdd


#a9cfdd Border Color

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

This div border color is #a9cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cfdd


Comments

No comments written yet.

Please login to write comment.