Color Hex Logo

#a9fcec Color Hex

#A9FCEC
(169,252,236)
0 Favorites   0 Comments

Color spaces of #a9fcec

RGB 169252236
HSL0.470.930.83
HSV168°33°99°
CMYK 0.330.000.06   0.01
XYZ66.312984.112092.0971
Yxy84.11200.27340.3468
Hunter Lab91.7126-31.43244.6602
CIE-Lab93.4991-28.5168-0.3521

#a9fcec color RGB value is (169,252,236).

#a9fcec hex color red value is 169, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a9fcec hue: 0.47 , saturation: 0.93 and the lightness value of a9fcec is 0.83.

The process color (four color CMYK) of #a9fcec color hex is 0.33, 0.00, 0.06, 0.01. Web safe color of #a9fcec is #99ffff. Color #a9fcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111100 11101100
Octal 251 374 354
Decimal 169 252 236
Hex A9 FC EC

RGB Percentages of Color #a9fcec

%25.72
%38.36
%35.92

CMYK Percentages of Color #a9fcec

%33
%0
%6
%1

Triadic Colors of #a9fcec

#a9fcec #eca9fc #fceca9

Analogous Colors of #a9fcec

#a9fcec #a9e3fc #a9fcc3

Monochromatic Colors of #a9fcec

#a9fcec

Complementary Color

#a9fcec #fca9b9

#a9fcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fcec Color CSS Codes

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

#a9fcec Text Font Color

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

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


#a9fcec Background Color

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

This div background color is #a9fcec


#a9fcec Border Color

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

This div border color is #a9fcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fcec


Comments

No comments written yet.

Please login to write comment.