Color Hex Logo

#aadaab Color Hex

#AADAAB
(170,218,171)
0 Favorites   0 Comments

Color spaces of #aadaab

RGB 170218171
HSL0.340.390.76
HSV121°22°85°
CMYK 0.220.000.22   0.15
XYZ48.999761.629147.8411
Yxy61.62910.30920.3889
Hunter Lab78.5042-25.968618.8211
CIE-Lab82.7158-24.581618.1529

#aadaab color RGB value is (170,218,171).

#aadaab hex color red value is 170, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aadaab hue: 0.34 , saturation: 0.39 and the lightness value of aadaab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10101011
Octal 252 332 253
Decimal 170 218 171
Hex AA DA AB

RGB Percentages of Color #aadaab

%30.41
%39.00
%30.59

CMYK Percentages of Color #aadaab

%22
%0
%22
%15

Triadic Colors of #aadaab

#aadaab #abaada #daabaa

Analogous Colors of #aadaab

#aadaab #aadac3 #c1daaa

Monochromatic Colors of #aadaab

#aadaab

Complementary Color

#aadaab #daaad9

#aadaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaab Color CSS Codes

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

#aadaab Text Font Color

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

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


#aadaab Background Color

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

This div background color is #aadaab


#aadaab Border Color

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

This div border color is #aadaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaab


Comments

No comments written yet.

Please login to write comment.