Color Hex Logo

#aacad8 Color Hex

#AACAD8
(170,202,216)
0 Favorites   0 Comments

Color spaces of #aacad8

RGB 170202216
HSL0.550.370.76
HSV198°21°85°
CMYK 0.210.060.00   0.15
XYZ50.092855.745073.0854
Yxy55.74500.28000.3116
Hunter Lab74.6626-10.8998-5.7738
CIE-Lab79.4685-7.6252-10.5129

#aacad8 color RGB value is (170,202,216).

#aacad8 hex color red value is 170, green value is 202 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #aacad8 hue: 0.55 , saturation: 0.37 and the lightness value of aacad8 is 0.76.

The process color (four color CMYK) of #aacad8 color hex is 0.21, 0.06, 0.00, 0.15. Web safe color of #aacad8 is #99cccc. Color #aacad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11011000
Octal 252 312 330
Decimal 170 202 216
Hex AA CA D8

RGB Percentages of Color #aacad8

%28.91
%34.35
%36.73

CMYK Percentages of Color #aacad8

%21
%6
%0
%15

Triadic Colors of #aacad8

#aacad8 #d8aaca #cad8aa

Analogous Colors of #aacad8

#aacad8 #aab3d8 #aad8cf

Monochromatic Colors of #aacad8

#aacad8

Complementary Color

#aacad8 #d8b8aa

#aacad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacad8 Color CSS Codes

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

#aacad8 Text Font Color

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

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


#aacad8 Background Color

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

This div background color is #aacad8


#aacad8 Border Color

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

This div border color is #aacad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacad8


Comments

No comments written yet.

Please login to write comment.