Color Hex Logo

#aadbd3 Color Hex

#AADBD3
(170,219,211)
0 Favorites   0 Comments

Color spaces of #aadbd3

RGB 170219211
HSL0.470.400.76
HSV170°22°86°
CMYK 0.220.000.04   0.14
XYZ53.667063.912271.1358
Yxy63.91220.28440.3387
Hunter Lab79.9451-20.07723.2049
CIE-Lab83.9200-17.4270-1.2667

#aadbd3 color RGB value is (170,219,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11010011
Octal 252 333 323
Decimal 170 219 211
Hex AA DB D3

RGB Percentages of Color #aadbd3

%28.33
%36.50
%35.17

CMYK Percentages of Color #aadbd3

%22
%0
%4
%14

Triadic Colors of #aadbd3

#aadbd3 #d3aadb #dbd3aa

Analogous Colors of #aadbd3

#aadbd3 #aacbdb #aadbbb

Monochromatic Colors of #aadbd3

#aadbd3

Complementary Color

#aadbd3 #dbaab2

#aadbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbd3 Color CSS Codes

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

#aadbd3 Text Font Color

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

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


#aadbd3 Background Color

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

This div background color is #aadbd3


#aadbd3 Border Color

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

This div border color is #aadbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbd3


Comments

No comments written yet.

Please login to write comment.