Color Hex Logo

#aac3fb Color Hex

#AAC3FB
(170,195,251)
0 Favorites   0 Comments

Color spaces of #aac3fb

RGB 170195251
HSL0.620.910.83
HSV221°32°98°
CMYK 0.320.220.00   0.02
XYZ53.505354.541398.9743
Yxy54.54130.25850.2635
Hunter Lab73.85210.0808-27.7622
CIE-Lab78.77634.3287-30.3317

#aac3fb color RGB value is (170,195,251).

#aac3fb hex color red value is 170, green value is 195 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aac3fb hue: 0.62 , saturation: 0.91 and the lightness value of aac3fb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 11111011
Octal 252 303 373
Decimal 170 195 251
Hex AA C3 FB

RGB Percentages of Color #aac3fb

%27.60
%31.66
%40.75

CMYK Percentages of Color #aac3fb

%32
%22
%0
%2

Triadic Colors of #aac3fb

#aac3fb #fbaac3 #c3fbaa

Analogous Colors of #aac3fb

#aac3fb #baaafb #aaecfb

Monochromatic Colors of #aac3fb

#aac3fb

Complementary Color

#aac3fb #fbe2aa

#aac3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac3fb Color CSS Codes

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

#aac3fb Text Font Color

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

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


#aac3fb Background Color

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

This div background color is #aac3fb


#aac3fb Border Color

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

This div border color is #aac3fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,195,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac3fb


Comments

No comments written yet.

Please login to write comment.