Color Hex Logo

#aac2fa Color Hex

#AAC2FA
(170,194,250)
0 Favorites   0 Comments

Color spaces of #aac2fa

RGB 170194250
HSL0.620.890.82
HSV222°32°98°
CMYK 0.320.220.00   0.02
XYZ53.124754.031798.0717
Yxy54.03170.25890.2633
Hunter Lab73.50630.3702-27.6501
CIE-Lab78.48024.6238-30.2515

#aac2fa color RGB value is (170,194,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 11111010
Octal 252 302 372
Decimal 170 194 250
Hex AA C2 FA

RGB Percentages of Color #aac2fa

%27.69
%31.60
%40.72

CMYK Percentages of Color #aac2fa

%32
%22
%0
%2

Triadic Colors of #aac2fa

#aac2fa #faaac2 #c2faaa

Analogous Colors of #aac2fa

#aac2fa #baaafa #aaeafa

Monochromatic Colors of #aac2fa

#aac2fa

Complementary Color

#aac2fa #fae2aa

#aac2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac2fa Color CSS Codes

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

#aac2fa Text Font Color

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

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


#aac2fa Background Color

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

This div background color is #aac2fa


#aac2fa Border Color

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

This div border color is #aac2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac2fa


Comments

No comments written yet.

Please login to write comment.