Color Hex Logo

#a9deec Color Hex

#A9DEEC
(169,222,236)
0 Favorites   0 Comments

Color spaces of #a9deec

RGB 169222236
HSL0.530.640.79
HSV193°28°93°
CMYK 0.280.060.00   0.07
XYZ57.623866.733789.2007
Yxy66.73370.26980.3125
Hunter Lab81.6907-17.0466-7.5572
CIE-Lab85.3693-13.7572-12.3651

#a9deec color RGB value is (169,222,236).

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

The process color (four color CMYK) of #a9deec color hex is 0.28, 0.06, 0.00, 0.07. Web safe color of #a9deec is #99ccff. Color #a9deec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 11101100
Octal 251 336 354
Decimal 169 222 236
Hex A9 DE EC

RGB Percentages of Color #a9deec

%26.95
%35.41
%37.64

CMYK Percentages of Color #a9deec

%28
%6
%0
%7

Triadic Colors of #a9deec

#a9deec #eca9de #deeca9

Analogous Colors of #a9deec

#a9deec #a9bdec #a9ecd9

Monochromatic Colors of #a9deec

#a9deec

Complementary Color

#a9deec #ecb7a9

#a9deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9deec Color CSS Codes

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

#a9deec Text Font Color

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

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


#a9deec Background Color

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

This div background color is #a9deec


#a9deec Border Color

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

This div border color is #a9deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9deec


Comments

No comments written yet.

Please login to write comment.