Color Hex Logo

#aac7de Color Hex

#AAC7DE
(170,199,222)
0 Favorites   0 Comments

Color spaces of #aac7de

RGB 170199222
HSL0.570.440.77
HSV207°23°87°
CMYK 0.230.100.00   0.13
XYZ50.185854.666877.0139
Yxy54.66680.27590.3006
Hunter Lab73.9370-8.2303-10.0015
CIE-Lab78.8490-4.7050-14.6640

#aac7de color RGB value is (170,199,222).

#aac7de hex color red value is 170, green value is 199 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aac7de hue: 0.57 , saturation: 0.44 and the lightness value of aac7de is 0.77.

The process color (four color CMYK) of #aac7de color hex is 0.23, 0.10, 0.00, 0.13. Web safe color of #aac7de is #99cccc. Color #aac7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 11011110
Octal 252 307 336
Decimal 170 199 222
Hex AA C7 DE

RGB Percentages of Color #aac7de

%28.76
%33.67
%37.56

CMYK Percentages of Color #aac7de

%23
%10
%0
%13

Triadic Colors of #aac7de

#aac7de #deaac7 #c7deaa

Analogous Colors of #aac7de

#aac7de #aaadde #aadedb

Monochromatic Colors of #aac7de

#aac7de

Complementary Color

#aac7de #dec1aa

#aac7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7de Color CSS Codes

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

#aac7de Text Font Color

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

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


#aac7de Background Color

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

This div background color is #aac7de


#aac7de Border Color

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

This div border color is #aac7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7de


Comments

No comments written yet.

Please login to write comment.