Color Hex Logo

#aadac5 Color Hex

#AADAC5
(170,218,197)
0 Favorites   0 Comments

Color spaces of #aadac5

RGB 170218197
HSL0.430.390.76
HSV154°22°85°
CMYK 0.220.000.10   0.15
XYZ51.727062.720162.2032
Yxy62.72010.29280.3551
Hunter Lab79.1960-22.00558.8689
CIE-Lab83.2949-19.77335.2467

#aadac5 color RGB value is (170,218,197).

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

The process color (four color CMYK) of #aadac5 color hex is 0.22, 0.00, 0.10, 0.15. Web safe color of #aadac5 is #99cccc. Color #aadac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11000101
Octal 252 332 305
Decimal 170 218 197
Hex AA DA C5

RGB Percentages of Color #aadac5

%29.06
%37.26
%33.68

CMYK Percentages of Color #aadac5

%22
%0
%10
%15

Triadic Colors of #aadac5

#aadac5 #c5aada #dac5aa

Analogous Colors of #aadac5

#aadac5 #aad7da #aadaad

Monochromatic Colors of #aadac5

#aadac5

Complementary Color

#aadac5 #daaabf

#aadac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadac5 Color CSS Codes

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

#aadac5 Text Font Color

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

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


#aadac5 Background Color

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

This div background color is #aadac5


#aadac5 Border Color

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

This div border color is #aadac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadac5


Comments

No comments written yet.

Please login to write comment.