Color Hex Logo

#aadba1 Color Hex

#AADBA1
(170,219,161)
0 Favorites   0 Comments

Color spaces of #aadba1

RGB 170219161
HSL0.310.450.75
HSV111°26°86°
CMYK 0.220.000.26   0.14
XYZ48.342161.782343.0955
Yxy61.78230.31550.4032
Hunter Lab78.6017-27.770922.5139
CIE-Lab82.7975-26.735423.4973

#aadba1 color RGB value is (170,219,161).

#aadba1 hex color red value is 170, green value is 219 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #aadba1 hue: 0.31 , saturation: 0.45 and the lightness value of aadba1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10100001
Octal 252 333 241
Decimal 170 219 161
Hex AA DB A1

RGB Percentages of Color #aadba1

%30.91
%39.82
%29.27

CMYK Percentages of Color #aadba1

%22
%0
%26
%14

Triadic Colors of #aadba1

#aadba1 #a1aadb #dba1aa

Analogous Colors of #aadba1

#aadba1 #a1dbb5 #c7dba1

Monochromatic Colors of #aadba1

#aadba1

Complementary Color

#aadba1 #d2a1db

#aadba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadba1 Color CSS Codes

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

#aadba1 Text Font Color

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

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


#aadba1 Background Color

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

This div background color is #aadba1


#aadba1 Border Color

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

This div border color is #aadba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadba1


Comments

No comments written yet.

Please login to write comment.