Color Hex Logo

#aac9ed Color Hex

#AAC9ED
(170,201,237)
0 Favorites   0 Comments

Color spaces of #aac9ed

RGB 170201237
HSL0.590.650.80
HSV212°28°93°
CMYK 0.280.150.00   0.07
XYZ52.750356.433888.2333
Yxy56.43380.26720.2859
Hunter Lab75.1224-6.1232-17.0520
CIE-Lab79.8601-2.2937-21.1848

#aac9ed color RGB value is (170,201,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 11101101
Octal 252 311 355
Decimal 170 201 237
Hex AA C9 ED

RGB Percentages of Color #aac9ed

%27.96
%33.06
%38.98

CMYK Percentages of Color #aac9ed

%28
%15
%0
%7

Triadic Colors of #aac9ed

#aac9ed #edaac9 #c9edaa

Analogous Colors of #aac9ed

#aac9ed #adaaed #aaebed

Monochromatic Colors of #aac9ed

#aac9ed

Complementary Color

#aac9ed #edceaa

#aac9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac9ed Color CSS Codes

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

#aac9ed Text Font Color

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

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


#aac9ed Background Color

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

This div background color is #aac9ed


#aac9ed Border Color

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

This div border color is #aac9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac9ed


Comments

No comments written yet.

Please login to write comment.