Color Hex Logo

#a9eeec Color Hex

#A9EEEC
(169,238,236)
0 Favorites   0 Comments

Color spaces of #a9eeec

RGB 169238236
HSL0.500.670.80
HSV178°29°93°
CMYK 0.290.000.01   0.07
XYZ62.077075.640290.6851
Yxy75.64020.27180.3312
Hunter Lab86.9714-24.7931-0.9418
CIE-Lab89.6920-21.7579-5.9445

#a9eeec color RGB value is (169,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101110 11101100
Octal 251 356 354
Decimal 169 238 236
Hex A9 EE EC

RGB Percentages of Color #a9eeec

%26.28
%37.01
%36.70

CMYK Percentages of Color #a9eeec

%29
%0
%1
%7

Triadic Colors of #a9eeec

#a9eeec #eca9ee #eeeca9

Analogous Colors of #a9eeec

#a9eeec #a9ceee #a9eeca

Monochromatic Colors of #a9eeec

#a9eeec

Complementary Color

#a9eeec #eea9ab

#a9eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9eeec Color CSS Codes

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

#a9eeec Text Font Color

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

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


#a9eeec Background Color

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

This div background color is #a9eeec


#a9eeec Border Color

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

This div border color is #a9eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9eeec


Comments

No comments written yet.

Please login to write comment.