Color Hex Logo

#aac8da Color Hex

#AAC8DA
(170,200,218)
0 Favorites   0 Comments

Color spaces of #aac8da

RGB 170200218
HSL0.560.390.76
HSV203°22°85°
CMYK 0.220.080.00   0.15
XYZ49.886754.916674.3003
Yxy54.91660.27850.3066
Hunter Lab74.1057-9.5219-7.5717
CIE-Lab78.9932-6.1313-12.2973

#aac8da color RGB value is (170,200,218).

#aac8da hex color red value is 170, green value is 200 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aac8da hue: 0.56 , saturation: 0.39 and the lightness value of aac8da is 0.76.

The process color (four color CMYK) of #aac8da color hex is 0.22, 0.08, 0.00, 0.15. Web safe color of #aac8da is #99cccc. Color #aac8da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 11011010
Octal 252 310 332
Decimal 170 200 218
Hex AA C8 DA

RGB Percentages of Color #aac8da

%28.91
%34.01
%37.07

CMYK Percentages of Color #aac8da

%22
%8
%0
%15

Triadic Colors of #aac8da

#aac8da #daaac8 #c8daaa

Analogous Colors of #aac8da

#aac8da #aab0da #aadad4

Monochromatic Colors of #aac8da

#aac8da

Complementary Color

#aac8da #dabcaa

#aac8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac8da Color CSS Codes

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

#aac8da Text Font Color

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

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


#aac8da Background Color

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

This div background color is #aac8da


#aac8da Border Color

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

This div border color is #aac8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac8da


Comments

No comments written yet.

Please login to write comment.