Color Hex Logo

#aadcd0 Color Hex

#AADCD0
(170,220,208)
0 Favorites   0 Comments

Color spaces of #aadcd0

RGB 170220208
HSL0.460.420.76
HSV166°23°86°
CMYK 0.230.000.05   0.14
XYZ53.555964.286569.2603
Yxy64.28650.28620.3436
Hunter Lab80.1789-21.08304.9092
CIE-Lab84.1147-18.55150.6078

#aadcd0 color RGB value is (170,220,208).

#aadcd0 hex color red value is 170, green value is 220 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #aadcd0 hue: 0.46 , saturation: 0.42 and the lightness value of aadcd0 is 0.76.

The process color (four color CMYK) of #aadcd0 color hex is 0.23, 0.00, 0.05, 0.14. Web safe color of #aadcd0 is #99cccc. Color #aadcd0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11010000
Octal 252 334 320
Decimal 170 220 208
Hex AA DC D0

RGB Percentages of Color #aadcd0

%28.43
%36.79
%34.78

CMYK Percentages of Color #aadcd0

%23
%0
%5
%14

Triadic Colors of #aadcd0

#aadcd0 #d0aadc #dcd0aa

Analogous Colors of #aadcd0

#aadcd0 #aacfdc #aadcb7

Monochromatic Colors of #aadcd0

#aadcd0

Complementary Color

#aadcd0 #dcaab6

#aadcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcd0 Color CSS Codes

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

#aadcd0 Text Font Color

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

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


#aadcd0 Background Color

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

This div background color is #aadcd0


#aadcd0 Border Color

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

This div border color is #aadcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcd0


Comments

No comments written yet.

Please login to write comment.