Color Hex Logo

#aadbba Color Hex

#AADBBA
(170,219,186)
0 Favorites   0 Comments

Color spaces of #aadbba

RGB 170219186
HSL0.390.400.76
HSV140°22°86°
CMYK 0.220.000.15   0.14
XYZ50.772062.754355.8912
Yxy62.75430.29970.3704
Hunter Lab79.2176-24.226913.6209
CIE-Lab83.3129-22.379011.0924

#aadbba color RGB value is (170,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10111010
Octal 252 333 272
Decimal 170 219 186
Hex AA DB BA

RGB Percentages of Color #aadbba

%29.57
%38.09
%32.35

CMYK Percentages of Color #aadbba

%22
%0
%15
%14

Triadic Colors of #aadbba

#aadbba #baaadb #dbbaaa

Analogous Colors of #aadbba

#aadbba #aadbd3 #b3dbaa

Monochromatic Colors of #aadbba

#aadbba

Complementary Color

#aadbba #dbaacb

#aadbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbba Color CSS Codes

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

#aadbba Text Font Color

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

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


#aadbba Background Color

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

This div background color is #aadbba


#aadbba Border Color

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

This div border color is #aadbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbba


Comments

No comments written yet.

Please login to write comment.