Color Hex Logo

#aadada Color Hex

#AADADA
(170,218,218)
0 Favorites   0 Comments

Color spaces of #aadada

RGB 170218218
HSL0.500.390.76
HSV180°22°85°
CMYK 0.220.000.00   0.15
XYZ54.303963.750875.7727
Yxy63.75080.28020.3289
Hunter Lab79.8441-18.3250-0.3758
CIE-Lab83.8359-15.4358-5.1034

#aadada color RGB value is (170,218,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11011010
Octal 252 332 332
Decimal 170 218 218
Hex AA DA DA

RGB Percentages of Color #aadada

%28.05
%35.97
%35.97

CMYK Percentages of Color #aadada

%22
%0
%0
%15

Triadic Colors of #aadada

#aadada #daaada #dadaaa

Analogous Colors of #aadada

#aadada #aac2da #aadac2

Monochromatic Colors of #aadada

#aadada

Complementary Color

#aadada #daaaaa

#aadada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadada Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadada Color CSS Codes

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

#aadada Text Font Color

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

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


#aadada Background Color

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

This div background color is #aadada


#aadada Border Color

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

This div border color is #aadada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,218,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 #aadada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadada


Comments

No comments written yet.

Please login to write comment.