Color Hex Logo

#aadbdb Color Hex

#AADBDB
(170,219,219)
0 Favorites   0 Comments

Color spaces of #aadbdb

RGB 170219219
HSL0.500.400.76
HSV180°22°86°
CMYK 0.220.000.00   0.14
XYZ54.695364.323676.5508
Yxy64.32360.27970.3289
Hunter Lab80.2020-18.6220-0.4494
CIE-Lab84.1340-15.7264-5.1940

#aadbdb color RGB value is (170,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11011011
Octal 252 333 333
Decimal 170 219 219
Hex AA DB DB

RGB Percentages of Color #aadbdb

%27.96
%36.02
%36.02

CMYK Percentages of Color #aadbdb

%22
%0
%0
%14

Triadic Colors of #aadbdb

#aadbdb #dbaadb #dbdbaa

Analogous Colors of #aadbdb

#aadbdb #aac3db #aadbc3

Monochromatic Colors of #aadbdb

#aadbdb

Complementary Color

#aadbdb #dbaaaa

#aadbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbdb Color CSS Codes

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

#aadbdb Text Font Color

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

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


#aadbdb Background Color

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

This div background color is #aadbdb


#aadbdb Border Color

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

This div border color is #aadbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbdb


Comments

No comments written yet.

Please login to write comment.