Color Hex Logo

#a9dcce Color Hex

#A9DCCE
(169,220,206)
0 Favorites   0 Comments

Color spaces of #a9dcce

RGB 169220206
HSL0.450.420.76
HSV164°23°86°
CMYK 0.230.000.06   0.14
XYZ53.096064.077667.9623
Yxy64.07760.28680.3461
Hunter Lab80.0485-21.68625.6959
CIE-Lab84.0062-19.26911.5019

#a9dcce color RGB value is (169,220,206).

#a9dcce hex color red value is 169, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a9dcce hue: 0.45 , saturation: 0.42 and the lightness value of a9dcce is 0.76.

The process color (four color CMYK) of #a9dcce color hex is 0.23, 0.00, 0.06, 0.14. Web safe color of #a9dcce is #99cccc. Color #a9dcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011100 11001110
Octal 251 334 316
Decimal 169 220 206
Hex A9 DC CE

RGB Percentages of Color #a9dcce

%28.40
%36.97
%34.62

CMYK Percentages of Color #a9dcce

%23
%0
%6
%14

Triadic Colors of #a9dcce

#a9dcce #cea9dc #dccea9

Analogous Colors of #a9dcce

#a9dcce #a9d1dc #a9dcb5

Monochromatic Colors of #a9dcce

#a9dcce

Complementary Color

#a9dcce #dca9b7

#a9dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dcce Color CSS Codes

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

#a9dcce Text Font Color

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

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


#a9dcce Background Color

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

This div background color is #a9dcce


#a9dcce Border Color

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

This div border color is #a9dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dcce


Comments

No comments written yet.

Please login to write comment.