Color Hex Logo

#aac3fa Color Hex

#AAC3FA
(170,195,250)
0 Favorites   0 Comments

Color spaces of #aac3fa

RGB 170195250
HSL0.610.890.82
HSV221°32°98°
CMYK 0.320.220.00   0.02
XYZ53.348054.478498.1461
Yxy54.47840.25900.2645
Hunter Lab73.8095-0.1504-27.1726
CIE-Lab78.73994.0808-29.8527

#aac3fa color RGB value is (170,195,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 11111010
Octal 252 303 372
Decimal 170 195 250
Hex AA C3 FA

RGB Percentages of Color #aac3fa

%27.64
%31.71
%40.65

CMYK Percentages of Color #aac3fa

%32
%22
%0
%2

Triadic Colors of #aac3fa

#aac3fa #faaac3 #c3faaa

Analogous Colors of #aac3fa

#aac3fa #b9aafa #aaebfa

Monochromatic Colors of #aac3fa

#aac3fa

Complementary Color

#aac3fa #fae1aa

#aac3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac3fa Color CSS Codes

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

#aac3fa Text Font Color

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

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


#aac3fa Background Color

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

This div background color is #aac3fa


#aac3fa Border Color

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

This div border color is #aac3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac3fa


Comments

No comments written yet.

Please login to write comment.