Color Hex Logo

#aac6ed Color Hex

#AAC6ED
(170,198,237)
0 Favorites   0 Comments

Color spaces of #aac6ed

RGB 170198237
HSL0.600.650.80
HSV215°28°93°
CMYK 0.280.160.00   0.07
XYZ52.057755.048688.0025
Yxy55.04860.26680.2821
Hunter Lab74.1947-4.5988-18.3876
CIE-Lab79.0693-0.6913-22.3855

#aac6ed color RGB value is (170,198,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 11101101
Octal 252 306 355
Decimal 170 198 237
Hex AA C6 ED

RGB Percentages of Color #aac6ed

%28.10
%32.73
%39.17

CMYK Percentages of Color #aac6ed

%28
%16
%0
%7

Triadic Colors of #aac6ed

#aac6ed #edaac6 #c6edaa

Analogous Colors of #aac6ed

#aac6ed #b0aaed #aae8ed

Monochromatic Colors of #aac6ed

#aac6ed

Complementary Color

#aac6ed #edd1aa

#aac6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6ed Color CSS Codes

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

#aac6ed Text Font Color

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

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


#aac6ed Background Color

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

This div background color is #aac6ed


#aac6ed Border Color

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

This div border color is #aac6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6ed

#aac6ed Color Palettes


Comments

No comments written yet.

Please login to write comment.