Color Hex Logo

#aadbc5 Color Hex

#AADBC5
(170,219,197)
0 Favorites   0 Comments

Color spaces of #aadbc5

RGB 170219197
HSL0.430.400.76
HSV153°22°86°
CMYK 0.220.000.10   0.14
XYZ51.987163.240362.2899
Yxy63.24030.29290.3562
Hunter Lab79.5238-22.47579.2256
CIE-Lab83.5687-20.27025.6416

#aadbc5 color RGB value is (170,219,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11000101
Octal 252 333 305
Decimal 170 219 197
Hex AA DB C5

RGB Percentages of Color #aadbc5

%29.01
%37.37
%33.62

CMYK Percentages of Color #aadbc5

%22
%0
%10
%14

Triadic Colors of #aadbc5

#aadbc5 #c5aadb #dbc5aa

Analogous Colors of #aadbc5

#aadbc5 #aad9db #aadbad

Monochromatic Colors of #aadbc5

#aadbc5

Complementary Color

#aadbc5 #dbaac0

#aadbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbc5 Color CSS Codes

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

#aadbc5 Text Font Color

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

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


#aadbc5 Background Color

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

This div background color is #aadbc5


#aadbc5 Border Color

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

This div border color is #aadbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbc5


Comments

No comments written yet.

Please login to write comment.