Color Hex Logo

#aadbc0 Color Hex

#AADBC0
(170,219,192)
0 Favorites   0 Comments

Color spaces of #aadbc0

RGB 170219192
HSL0.410.400.76
HSV147°22°86°
CMYK 0.220.000.12   0.14
XYZ51.423563.014959.3219
Yxy63.01490.29590.3627
Hunter Lab79.3819-23.286311.2601
CIE-Lab83.4502-21.24288.1175

#aadbc0 color RGB value is (170,219,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11000000
Octal 252 333 300
Decimal 170 219 192
Hex AA DB C0

RGB Percentages of Color #aadbc0

%29.26
%37.69
%33.05

CMYK Percentages of Color #aadbc0

%22
%0
%12
%14

Triadic Colors of #aadbc0

#aadbc0 #c0aadb #dbc0aa

Analogous Colors of #aadbc0

#aadbc0 #aadbd9 #addbaa

Monochromatic Colors of #aadbc0

#aadbc0

Complementary Color

#aadbc0 #dbaac5

#aadbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbc0 Color CSS Codes

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

#aadbc0 Text Font Color

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

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


#aadbc0 Background Color

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

This div background color is #aadbc0


#aadbc0 Border Color

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

This div border color is #aadbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbc0


Comments

No comments written yet.

Please login to write comment.