Color Hex Logo

#a9dfcc Color Hex

#A9DFCC
(169,223,204)
0 Favorites   0 Comments

Color spaces of #a9dfcc

RGB 169223204
HSL0.440.460.77
HSV159°24°87°
CMYK 0.240.000.09   0.13
XYZ53.648965.570066.9554
Yxy65.57000.28820.3522
Hunter Lab80.9753-23.44447.6581
CIE-Lab84.7766-21.16563.6785

#a9dfcc color RGB value is (169,223,204).

#a9dfcc hex color red value is 169, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a9dfcc hue: 0.44 , saturation: 0.46 and the lightness value of a9dfcc is 0.77.

The process color (four color CMYK) of #a9dfcc color hex is 0.24, 0.00, 0.09, 0.13. Web safe color of #a9dfcc is #99cccc. Color #a9dfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 11001100
Octal 251 337 314
Decimal 169 223 204
Hex A9 DF CC

RGB Percentages of Color #a9dfcc

%28.36
%37.42
%34.23

CMYK Percentages of Color #a9dfcc

%24
%0
%9
%13

Triadic Colors of #a9dfcc

#a9dfcc #cca9df #dfcca9

Analogous Colors of #a9dfcc

#a9dfcc #a9d7df #a9dfb1

Monochromatic Colors of #a9dfcc

#a9dfcc

Complementary Color

#a9dfcc #dfa9bc

#a9dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfcc Color CSS Codes

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

#a9dfcc Text Font Color

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

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


#a9dfcc Background Color

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

This div background color is #a9dfcc


#a9dfcc Border Color

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

This div border color is #a9dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfcc


Comments

No comments written yet.

Please login to write comment.