Color Hex Logo

#aac7fe Color Hex

#AAC7FE
(170,199,254)
0 Favorites   0 Comments

Color spaces of #aac7fe

RGB 170199254
HSL0.610.980.83
HSV219°33°100°
CMYK 0.330.220.00   0.00
XYZ54.890456.5487101.7879
Yxy56.54870.25740.2652
Hunter Lab75.1989-1.3044-27.6147
CIE-Lab79.92512.9093-30.1698

#aac7fe color RGB value is (170,199,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 11111110
Octal 252 307 376
Decimal 170 199 254
Hex AA C7 FE

RGB Percentages of Color #aac7fe

%27.29
%31.94
%40.77

CMYK Percentages of Color #aac7fe

%33
%22
%0
%0

Triadic Colors of #aac7fe

#aac7fe #feaac7 #c7feaa

Analogous Colors of #aac7fe

#aac7fe #b7aafe #aaf1fe

Monochromatic Colors of #aac7fe

#aac7fe

Complementary Color

#aac7fe #fee1aa

#aac7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7fe Color CSS Codes

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

#aac7fe Text Font Color

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

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


#aac7fe Background Color

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

This div background color is #aac7fe


#aac7fe Border Color

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

This div border color is #aac7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.