Color Hex Logo

#a9d3cf Color Hex

#A9D3CF
(169,211,207)
0 Favorites   0 Comments

Color spaces of #a9d3cf

RGB 169211207
HSL0.480.320.75
HSV174°20°83°
CMYK 0.200.000.02   0.17
XYZ50.918959.528567.8379
Yxy59.52850.28560.3339
Hunter Lab77.1547-17.21821.8779
CIE-Lab81.5812-14.5238-2.5747

#a9d3cf color RGB value is (169,211,207).

#a9d3cf hex color red value is 169, green value is 211 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a9d3cf hue: 0.48 , saturation: 0.32 and the lightness value of a9d3cf is 0.75.

The process color (four color CMYK) of #a9d3cf color hex is 0.20, 0.00, 0.02, 0.17. Web safe color of #a9d3cf is #99cccc. Color #a9d3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010011 11001111
Octal 251 323 317
Decimal 169 211 207
Hex A9 D3 CF

RGB Percentages of Color #a9d3cf

%28.79
%35.95
%35.26

CMYK Percentages of Color #a9d3cf

%20
%0
%2
%17

Triadic Colors of #a9d3cf

#a9d3cf #cfa9d3 #d3cfa9

Analogous Colors of #a9d3cf

#a9d3cf #a9c2d3 #a9d3ba

Monochromatic Colors of #a9d3cf

#a9d3cf

Complementary Color

#a9d3cf #d3a9ad

#a9d3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d3cf Color CSS Codes

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

#a9d3cf Text Font Color

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

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


#a9d3cf Background Color

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

This div background color is #a9d3cf


#a9d3cf Border Color

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

This div border color is #a9d3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d3cf

#a9d3cf Color Palettes


Comments

No comments written yet.

Please login to write comment.