Color Hex Logo

#aac5fe Color Hex

#AAC5FE
(170,197,254)
0 Favorites   0 Comments

Color spaces of #aac5fe

RGB 170197254
HSL0.610.980.83
HSV221°33°100°
CMYK 0.330.220.00   0.00
XYZ54.433255.6343101.6355
Yxy55.63430.25710.2628
Hunter Lab74.5884-0.2638-28.5777
CIE-Lab79.40523.9908-30.9685

#aac5fe color RGB value is (170,197,254).

#aac5fe hex color red value is 170, green value is 197 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aac5fe hue: 0.61 , saturation: 0.98 and the lightness value of aac5fe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 11111110
Octal 252 305 376
Decimal 170 197 254
Hex AA C5 FE

RGB Percentages of Color #aac5fe

%27.38
%31.72
%40.90

CMYK Percentages of Color #aac5fe

%33
%22
%0
%0

Triadic Colors of #aac5fe

#aac5fe #feaac5 #c5feaa

Analogous Colors of #aac5fe

#aac5fe #b9aafe #aaeffe

Monochromatic Colors of #aac5fe

#aac5fe

Complementary Color

#aac5fe #fee3aa

#aac5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac5fe Color CSS Codes

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

#aac5fe Text Font Color

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

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


#aac5fe Background Color

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

This div background color is #aac5fe


#aac5fe Border Color

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

This div border color is #aac5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac5fe


Comments

No comments written yet.

Please login to write comment.