Color Hex Logo

#aadbda Color Hex

#AADBDA
(170,219,218)
0 Favorites   0 Comments

Color spaces of #aadbda

RGB 170219218
HSL0.500.400.76
HSV179°22°86°
CMYK 0.220.000.00   0.14
XYZ54.564064.271075.8594
Yxy64.27100.28030.3301
Hunter Lab80.1692-18.80710.0158
CIE-Lab84.1067-15.9417-4.7041

#aadbda color RGB value is (170,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11011010
Octal 252 333 332
Decimal 170 219 218
Hex AA DB DA

RGB Percentages of Color #aadbda

%28.01
%36.08
%35.91

CMYK Percentages of Color #aadbda

%22
%0
%0
%14

Triadic Colors of #aadbda

#aadbda #daaadb #dbdaaa

Analogous Colors of #aadbda

#aadbda #aac4db #aadbc2

Monochromatic Colors of #aadbda

#aadbda

Complementary Color

#aadbda #dbaaab

#aadbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbda Color CSS Codes

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

#aadbda Text Font Color

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

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


#aadbda Background Color

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

This div background color is #aadbda


#aadbda Border Color

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

This div border color is #aadbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbda


Comments

No comments written yet.

Please login to write comment.