Color Hex Logo

#a9cffa Color Hex

#A9CFFA
(169,207,250)
0 Favorites   0 Comments

Color spaces of #a9cffa

RGB 169207250
HSL0.590.890.82
HSV212°32°98°
CMYK 0.320.170.00   0.02
XYZ55.930359.962899.0686
Yxy59.96280.26020.2789
Hunter Lab77.4357-6.5852-21.6487
CIE-Lab81.8180-2.6367-25.1490

#a9cffa color RGB value is (169,207,250).

#a9cffa hex color red value is 169, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a9cffa hue: 0.59 , saturation: 0.89 and the lightness value of a9cffa is 0.82.

The process color (four color CMYK) of #a9cffa color hex is 0.32, 0.17, 0.00, 0.02. Web safe color of #a9cffa is #99ccff. Color #a9cffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001111 11111010
Octal 251 317 372
Decimal 169 207 250
Hex A9 CF FA

RGB Percentages of Color #a9cffa

%27.00
%33.07
%39.94

CMYK Percentages of Color #a9cffa

%32
%17
%0
%2

Triadic Colors of #a9cffa

#a9cffa #faa9cf #cffaa9

Analogous Colors of #a9cffa

#a9cffa #aca9fa #a9f8fa

Monochromatic Colors of #a9cffa

#a9cffa

Complementary Color

#a9cffa #fad4a9

#a9cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cffa Color CSS Codes

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

#a9cffa Text Font Color

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

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


#a9cffa Background Color

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

This div background color is #a9cffa


#a9cffa Border Color

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

This div border color is #a9cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cffa


Comments

No comments written yet.

Please login to write comment.