Color Hex Logo

#a9cedc Color Hex

#A9CEDC
(169,206,220)
2 Favorites   0 Comments

Color spaces of #a9cedc

RGB 169206220
HSL0.550.420.76
HSV196°23°86°
CMYK 0.230.060.00   0.14
XYZ51.351857.744976.1495
Yxy57.74490.27720.3117
Hunter Lab75.9901-12.3577-6.2214
CIE-Lab80.5968-9.1328-10.9814

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

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

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

Base Numbers

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

RGB Percentages of Color #a9cedc

%28.40
%34.62
%36.97

CMYK Percentages of Color #a9cedc

%23
%6
%0
%14

Triadic Colors of #a9cedc

#a9cedc #dca9ce #cedca9

Analogous Colors of #a9cedc

#a9cedc #a9b5dc #a9dcd1

Monochromatic Colors of #a9cedc

#a9cedc

Complementary Color

#a9cedc #dcb7a9

#a9cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cedc Color CSS Codes

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

#a9cedc Text Font Color

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

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


#a9cedc Background Color

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

This div background color is #a9cedc


#a9cedc Border Color

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

This div border color is #a9cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cedc


Comments

No comments written yet.

Please login to write comment.