Color Hex Logo

#a9eadf Color Hex

#A9EADF
(169,234,223)
0 Favorites   0 Comments

Color spaces of #a9eadf

RGB 169234223
HSL0.470.610.79
HSV170°28°92°
CMYK 0.280.000.05   0.08
XYZ59.104372.608480.7117
Yxy72.60840.27820.3418
Hunter Lab85.2106-25.30623.4877
CIE-Lab88.2606-22.6262-1.2446

#a9eadf color RGB value is (169,234,223).

#a9eadf hex color red value is 169, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a9eadf hue: 0.47 , saturation: 0.61 and the lightness value of a9eadf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101010 11011111
Octal 251 352 337
Decimal 169 234 223
Hex A9 EA DF

RGB Percentages of Color #a9eadf

%27.00
%37.38
%35.62

CMYK Percentages of Color #a9eadf

%28
%0
%5
%8

Triadic Colors of #a9eadf

#a9eadf #dfa9ea #eadfa9

Analogous Colors of #a9eadf

#a9eadf #a9d5ea #a9eabf

Monochromatic Colors of #a9eadf

#a9eadf

Complementary Color

#a9eadf #eaa9b4

#a9eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9eadf Color CSS Codes

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

#a9eadf Text Font Color

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

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


#a9eadf Background Color

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

This div background color is #a9eadf


#a9eadf Border Color

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

This div border color is #a9eadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9eadf


Comments

No comments written yet.

Please login to write comment.