Color Hex Logo

#a9efda Color Hex

#A9EFDA
(169,239,218)
0 Favorites   0 Comments

Color spaces of #a9efda

RGB 169239218
HSL0.450.690.80
HSV162°29°94°
CMYK 0.290.000.09   0.06
XYZ59.883675.230077.6943
Yxy75.23000.28140.3535
Hunter Lab86.7352-28.54707.6048
CIE-Lab89.5006-26.10363.1777

#a9efda color RGB value is (169,239,218).

#a9efda hex color red value is 169, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a9efda hue: 0.45 , saturation: 0.69 and the lightness value of a9efda is 0.80.

The process color (four color CMYK) of #a9efda color hex is 0.29, 0.00, 0.09, 0.06. Web safe color of #a9efda is #99ffcc. Color #a9efda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101111 11011010
Octal 251 357 332
Decimal 169 239 218
Hex A9 EF DA

RGB Percentages of Color #a9efda

%27.00
%38.18
%34.82

CMYK Percentages of Color #a9efda

%29
%0
%9
%6

Triadic Colors of #a9efda

#a9efda #daa9ef #efdaa9

Analogous Colors of #a9efda

#a9efda #a9e1ef #a9efb7

Monochromatic Colors of #a9efda

#a9efda

Complementary Color

#a9efda #efa9be

#a9efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9efda Color CSS Codes

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

#a9efda Text Font Color

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

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


#a9efda Background Color

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

This div background color is #a9efda


#a9efda Border Color

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

This div border color is #a9efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9efda


Comments

No comments written yet.

Please login to write comment.