Color Hex Logo

#aadad3 Color Hex

#AADAD3
(170,218,211)
0 Favorites   0 Comments

Color spaces of #aadad3

RGB 170218211
HSL0.480.390.76
HSV171°22°85°
CMYK 0.220.000.03   0.15
XYZ53.406863.392071.0491
Yxy63.39200.28430.3375
Hunter Lab79.6191-19.59942.8252
CIE-Lab83.6482-16.9243-1.6648

#aadad3 color RGB value is (170,218,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11010011
Octal 252 332 323
Decimal 170 218 211
Hex AA DA D3

RGB Percentages of Color #aadad3

%28.38
%36.39
%35.23

CMYK Percentages of Color #aadad3

%22
%0
%3
%15

Triadic Colors of #aadad3

#aadad3 #d3aada #dad3aa

Analogous Colors of #aadad3

#aadad3 #aac9da #aadabb

Monochromatic Colors of #aadad3

#aadad3

Complementary Color

#aadad3 #daaab1

#aadad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadad3 Color CSS Codes

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

#aadad3 Text Font Color

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

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


#aadad3 Background Color

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

This div background color is #aadad3


#aadad3 Border Color

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

This div border color is #aadad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadad3


Comments

No comments written yet.

Please login to write comment.