Color Hex Logo

#aacdd8 Color Hex

#AACDD8
(170,205,216)
0 Favorites   0 Comments

Color spaces of #aacdd8

RGB 170205216
HSL0.540.370.76
HSV194°21°85°
CMYK 0.210.050.00   0.15
XYZ50.803657.166673.3224
Yxy57.16660.28020.3153
Hunter Lab75.6086-12.3757-4.5712
CIE-Lab80.2732-9.1925-9.3145

#aacdd8 color RGB value is (170,205,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 11011000
Octal 252 315 330
Decimal 170 205 216
Hex AA CD D8

RGB Percentages of Color #aacdd8

%28.76
%34.69
%36.55

CMYK Percentages of Color #aacdd8

%21
%5
%0
%15

Triadic Colors of #aacdd8

#aacdd8 #d8aacd #cdd8aa

Analogous Colors of #aacdd8

#aacdd8 #aab6d8 #aad8cc

Monochromatic Colors of #aacdd8

#aacdd8

Complementary Color

#aacdd8 #d8b5aa

#aacdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacdd8 Color CSS Codes

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

#aacdd8 Text Font Color

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

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


#aacdd8 Background Color

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

This div background color is #aacdd8


#aacdd8 Border Color

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

This div border color is #aacdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacdd8


Comments

No comments written yet.

Please login to write comment.