Color Hex Logo

#aacdd5 Color Hex

#AACDD5
(170,205,213)
0 Favorites   0 Comments

Color spaces of #aacdd5

RGB 170205213
HSL0.530.340.75
HSV191°20°84°
CMYK 0.200.040.00   0.16
XYZ50.419157.012871.2980
Yxy57.01280.28210.3190
Hunter Lab75.5068-12.9449-3.1303
CIE-Lab80.1868-9.8463-7.8351

#aacdd5 color RGB value is (170,205,213).

#aacdd5 hex color red value is 170, green value is 205 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aacdd5 hue: 0.53 , saturation: 0.34 and the lightness value of aacdd5 is 0.75.

The process color (four color CMYK) of #aacdd5 color hex is 0.20, 0.04, 0.00, 0.16. Web safe color of #aacdd5 is #99cccc. Color #aacdd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 11010101
Octal 252 315 325
Decimal 170 205 213
Hex AA CD D5

RGB Percentages of Color #aacdd5

%28.91
%34.86
%36.22

CMYK Percentages of Color #aacdd5

%20
%4
%0
%16

Triadic Colors of #aacdd5

#aacdd5 #d5aacd #cdd5aa

Analogous Colors of #aacdd5

#aacdd5 #aab8d5 #aad5c8

Monochromatic Colors of #aacdd5

#aacdd5

Complementary Color

#aacdd5 #d5b2aa

#aacdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacdd5 Color CSS Codes

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

#aacdd5 Text Font Color

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

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


#aacdd5 Background Color

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

This div background color is #aacdd5


#aacdd5 Border Color

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

This div border color is #aacdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacdd5


Comments

No comments written yet.

Please login to write comment.