Color Hex Logo

#aac7ef Color Hex

#AAC7EF
(170,199,239)
0 Favorites   0 Comments

Color spaces of #aac7ef

RGB 170199239
HSL0.600.680.80
HSV215°29°94°
CMYK 0.290.170.00   0.06
XYZ52.581055.624989.6267
Yxy55.62490.26580.2812
Hunter Lab74.5821-4.6747-19.0424
CIE-Lab79.3999-0.7501-22.9547

#aac7ef color RGB value is (170,199,239).

#aac7ef hex color red value is 170, green value is 199 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aac7ef hue: 0.60 , saturation: 0.68 and the lightness value of aac7ef is 0.80.

The process color (four color CMYK) of #aac7ef color hex is 0.29, 0.17, 0.00, 0.06. Web safe color of #aac7ef is #99ccff. Color #aac7ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 11101111
Octal 252 307 357
Decimal 170 199 239
Hex AA C7 EF

RGB Percentages of Color #aac7ef

%27.96
%32.73
%39.31

CMYK Percentages of Color #aac7ef

%29
%17
%0
%6

Triadic Colors of #aac7ef

#aac7ef #efaac7 #c7efaa

Analogous Colors of #aac7ef

#aac7ef #b0aaef #aaeaef

Monochromatic Colors of #aac7ef

#aac7ef

Complementary Color

#aac7ef #efd2aa

#aac7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7ef Color CSS Codes

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

#aac7ef Text Font Color

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

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


#aac7ef Background Color

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

This div background color is #aac7ef


#aac7ef Border Color

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

This div border color is #aac7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7ef


Comments

No comments written yet.

Please login to write comment.