Color Hex Logo

#aac7ee Color Hex

#AAC7EE
(170,199,238)
0 Favorites   0 Comments

Color spaces of #aac7ee

RGB 170199238
HSL0.600.670.80
HSV214°29°93°
CMYK 0.290.160.00   0.07
XYZ52.433655.565988.8507
Yxy55.56590.26640.2823
Hunter Lab74.5425-4.8916-18.4907
CIE-Lab79.3661-0.9886-22.4703

#aac7ee color RGB value is (170,199,238).

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

The process color (four color CMYK) of #aac7ee color hex is 0.29, 0.16, 0.00, 0.07. Web safe color of #aac7ee is #99ccff. Color #aac7ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 11101110
Octal 252 307 356
Decimal 170 199 238
Hex AA C7 EE

RGB Percentages of Color #aac7ee

%28.01
%32.78
%39.21

CMYK Percentages of Color #aac7ee

%29
%16
%0
%7

Triadic Colors of #aac7ee

#aac7ee #eeaac7 #c7eeaa

Analogous Colors of #aac7ee

#aac7ee #afaaee #aae9ee

Monochromatic Colors of #aac7ee

#aac7ee

Complementary Color

#aac7ee #eed1aa

#aac7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7ee Color CSS Codes

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

#aac7ee Text Font Color

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

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


#aac7ee Background Color

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

This div background color is #aac7ee


#aac7ee Border Color

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

This div border color is #aac7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7ee


Comments

No comments written yet.

Please login to write comment.