Color Hex Logo

#a9ecdc Color Hex

#A9ECDC
(169,236,220)
0 Favorites   0 Comments

Color spaces of #a9ecdc

RGB 169236220
HSL0.460.640.79
HSV166°28°93°
CMYK 0.280.000.07   0.07
XYZ59.275973.593278.7909
Yxy73.59320.28010.3477
Hunter Lab85.7865-26.78825.5954
CIE-Lab88.7299-24.23631.0119

#a9ecdc color RGB value is (169,236,220).

#a9ecdc hex color red value is 169, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a9ecdc hue: 0.46 , saturation: 0.64 and the lightness value of a9ecdc is 0.79.

The process color (four color CMYK) of #a9ecdc color hex is 0.28, 0.00, 0.07, 0.07. Web safe color of #a9ecdc is #99ffcc. Color #a9ecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101100 11011100
Octal 251 354 334
Decimal 169 236 220
Hex A9 EC DC

RGB Percentages of Color #a9ecdc

%27.04
%37.76
%35.20

CMYK Percentages of Color #a9ecdc

%28
%0
%7
%7

Triadic Colors of #a9ecdc

#a9ecdc #dca9ec #ecdca9

Analogous Colors of #a9ecdc

#a9ecdc #a9dbec #a9ecbb

Monochromatic Colors of #a9ecdc

#a9ecdc

Complementary Color

#a9ecdc #eca9b9

#a9ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ecdc Color CSS Codes

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

#a9ecdc Text Font Color

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

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


#a9ecdc Background Color

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

This div background color is #a9ecdc


#a9ecdc Border Color

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

This div border color is #a9ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ecdc


Comments

No comments written yet.

Please login to write comment.