Color Hex Logo

#aac6fe Color Hex

#AAC6FE
(170,198,254)
0 Favorites   0 Comments

Color spaces of #aac6fe

RGB 170198254
HSL0.610.980.83
HSV220°33°100°
CMYK 0.330.220.00   0.00
XYZ54.661056.0900101.7114
Yxy56.09000.25730.2640
Hunter Lab74.8933-0.7846-28.0956
CIE-Lab79.66503.4494-30.5692

#aac6fe color RGB value is (170,198,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 11111110
Octal 252 306 376
Decimal 170 198 254
Hex AA C6 FE

RGB Percentages of Color #aac6fe

%27.33
%31.83
%40.84

CMYK Percentages of Color #aac6fe

%33
%22
%0
%0

Triadic Colors of #aac6fe

#aac6fe #feaac6 #c6feaa

Analogous Colors of #aac6fe

#aac6fe #b8aafe #aaf0fe

Monochromatic Colors of #aac6fe

#aac6fe

Complementary Color

#aac6fe #fee2aa

#aac6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6fe Color CSS Codes

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

#aac6fe Text Font Color

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

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


#aac6fe Background Color

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

This div background color is #aac6fe


#aac6fe Border Color

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

This div border color is #aac6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6fe


Comments

No comments written yet.

Please login to write comment.