Color Hex Logo

#a9edec Color Hex

#A9EDEC
(169,237,236)
0 Favorites   0 Comments

Color spaces of #a9edec

RGB 169237236
HSL0.500.650.80
HSV179°29°93°
CMYK 0.290.000.00   0.07
XYZ61.786775.059590.5883
Yxy75.05950.27170.3300
Hunter Lab86.6369-24.3140-1.3483
CIE-Lab89.4209-21.2663-6.3450

#a9edec color RGB value is (169,237,236).

#a9edec hex color red value is 169, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a9edec hue: 0.50 , saturation: 0.65 and the lightness value of a9edec is 0.80.

The process color (four color CMYK) of #a9edec color hex is 0.29, 0.00, 0.00, 0.07. Web safe color of #a9edec is #99ffff. Color #a9edec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101101 11101100
Octal 251 355 354
Decimal 169 237 236
Hex A9 ED EC

RGB Percentages of Color #a9edec

%26.32
%36.92
%36.76

CMYK Percentages of Color #a9edec

%29
%0
%0
%7

Triadic Colors of #a9edec

#a9edec #eca9ed #edeca9

Analogous Colors of #a9edec

#a9edec #a9cced #a9edca

Monochromatic Colors of #a9edec

#a9edec

Complementary Color

#a9edec #eda9aa

#a9edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9edec Color CSS Codes

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

#a9edec Text Font Color

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

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


#a9edec Background Color

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

This div background color is #a9edec


#a9edec Border Color

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

This div border color is #a9edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9edec


Comments

No comments written yet.

Please login to write comment.