Color Hex Logo

#aac5ed Color Hex

#AAC5ED
(170,197,237)
0 Favorites   0 Comments

Color spaces of #aac5ed

RGB 170197237
HSL0.600.650.80
HSV216°28°93°
CMYK 0.280.170.00   0.07
XYZ51.829954.593087.9265
Yxy54.59300.26670.2809
Hunter Lab73.8871-4.0892-18.8349
CIE-Lab78.8063-0.1552-22.7853

#aac5ed color RGB value is (170,197,237).

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

The process color (four color CMYK) of #aac5ed color hex is 0.28, 0.17, 0.00, 0.07. Web safe color of #aac5ed is #99ccff. Color #aac5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 11101101
Octal 252 305 355
Decimal 170 197 237
Hex AA C5 ED

RGB Percentages of Color #aac5ed

%28.15
%32.62
%39.24

CMYK Percentages of Color #aac5ed

%28
%17
%0
%7

Triadic Colors of #aac5ed

#aac5ed #edaac5 #c5edaa

Analogous Colors of #aac5ed

#aac5ed #b1aaed #aae7ed

Monochromatic Colors of #aac5ed

#aac5ed

Complementary Color

#aac5ed #edd2aa

#aac5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac5ed Color CSS Codes

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

#aac5ed Text Font Color

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

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


#aac5ed Background Color

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

This div background color is #aac5ed


#aac5ed Border Color

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

This div border color is #aac5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac5ed


Comments

No comments written yet.

Please login to write comment.