Color Hex Logo

#aadbad Color Hex

#AADBAD
(170,219,173)
0 Favorites   0 Comments

Color spaces of #aadbad

RGB 170219173
HSL0.340.400.76
HSV124°22°86°
CMYK 0.220.000.21   0.14
XYZ49.451962.226248.9396
Yxy62.22620.30790.3874
Hunter Lab78.8836-26.145118.4348
CIE-Lab83.0336-24.721817.5459

#aadbad color RGB value is (170,219,173).

#aadbad hex color red value is 170, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aadbad hue: 0.34 , saturation: 0.40 and the lightness value of aadbad is 0.76.

The process color (four color CMYK) of #aadbad color hex is 0.22, 0.00, 0.21, 0.14. Web safe color of #aadbad is #99cc99. Color #aadbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10101101
Octal 252 333 255
Decimal 170 219 173
Hex AA DB AD

RGB Percentages of Color #aadbad

%30.25
%38.97
%30.78

CMYK Percentages of Color #aadbad

%22
%0
%21
%14

Triadic Colors of #aadbad

#aadbad #adaadb #dbadaa

Analogous Colors of #aadbad

#aadbad #aadbc6 #c0dbaa

Monochromatic Colors of #aadbad

#aadbad

Complementary Color

#aadbad #dbaad8

#aadbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbad Color CSS Codes

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

#aadbad Text Font Color

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

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


#aadbad Background Color

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

This div background color is #aadbad


#aadbad Border Color

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

This div border color is #aadbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbad

#aadbad Color Palettes


Comments

No comments written yet.

Please login to write comment.