Color Hex Logo

#aadba7 Color Hex

#AADBA7
(170,219,167)
0 Favorites   0 Comments

Color spaces of #aadba7

RGB 170219167
HSL0.320.420.76
HSV117°24°86°
CMYK 0.220.000.24   0.14
XYZ48.884161.999145.9498
Yxy61.99910.31170.3953
Hunter Lab78.7395-26.975420.5180
CIE-Lab82.9129-25.746920.5235

#aadba7 color RGB value is (170,219,167).

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

The process color (four color CMYK) of #aadba7 color hex is 0.22, 0.00, 0.24, 0.14. Web safe color of #aadba7 is #99cc99. Color #aadba7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10100111
Octal 252 333 247
Decimal 170 219 167
Hex AA DB A7

RGB Percentages of Color #aadba7

%30.58
%39.39
%30.04

CMYK Percentages of Color #aadba7

%22
%0
%24
%14

Triadic Colors of #aadba7

#aadba7 #a7aadb #dba7aa

Analogous Colors of #aadba7

#aadba7 #a7dbbe #c4dba7

Monochromatic Colors of #aadba7

#aadba7

Complementary Color

#aadba7 #d8a7db

#aadba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadba7 Color CSS Codes

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

#aadba7 Text Font Color

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

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


#aadba7 Background Color

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

This div background color is #aadba7


#aadba7 Border Color

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

This div border color is #aadba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadba7


Comments

No comments written yet.

Please login to write comment.