Color Hex Logo

#a9d1cd Color Hex

#A9D1CD
(169,209,205)
0 Favorites   0 Comments

Color spaces of #a9d1cd

RGB 169209205
HSL0.480.300.74
HSV174°19°82°
CMYK 0.190.000.02   0.18
XYZ50.182158.443766.3935
Yxy58.44370.28670.3339
Hunter Lab76.4485-16.61442.0221
CIE-Lab80.9848-13.9214-2.3819

#a9d1cd color RGB value is (169,209,205).

#a9d1cd hex color red value is 169, green value is 209 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a9d1cd hue: 0.48 , saturation: 0.30 and the lightness value of a9d1cd is 0.74.

The process color (four color CMYK) of #a9d1cd color hex is 0.19, 0.00, 0.02, 0.18. Web safe color of #a9d1cd is #99cccc. Color #a9d1cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010001 11001101
Octal 251 321 315
Decimal 169 209 205
Hex A9 D1 CD

RGB Percentages of Color #a9d1cd

%28.99
%35.85
%35.16

CMYK Percentages of Color #a9d1cd

%19
%0
%2
%18

Triadic Colors of #a9d1cd

#a9d1cd #cda9d1 #d1cda9

Analogous Colors of #a9d1cd

#a9d1cd #a9c1d1 #a9d1b9

Monochromatic Colors of #a9d1cd

#a9d1cd

Complementary Color

#a9d1cd #d1a9ad

#a9d1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d1cd Color CSS Codes

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

#a9d1cd Text Font Color

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

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


#a9d1cd Background Color

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

This div background color is #a9d1cd


#a9d1cd Border Color

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

This div border color is #a9d1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d1cd


Comments

No comments written yet.

Please login to write comment.