Color Hex Logo

#aadcab Color Hex

#AADCAB
(170,220,171)
0 Favorites   0 Comments

Color spaces of #aadcab

RGB 170220171
HSL0.340.420.76
HSV121°23°86°
CMYK 0.230.000.22   0.14
XYZ49.521462.672748.0151
Yxy62.67270.30910.3912
Hunter Lab79.1661-26.882119.4562
CIE-Lab83.2699-25.552018.9241

#aadcab color RGB value is (170,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10101011
Octal 252 334 253
Decimal 170 220 171
Hex AA DC AB

RGB Percentages of Color #aadcab

%30.30
%39.22
%30.48

CMYK Percentages of Color #aadcab

%23
%0
%22
%14

Triadic Colors of #aadcab

#aadcab #abaadc #dcabaa

Analogous Colors of #aadcab

#aadcab #aadcc4 #c2dcaa

Monochromatic Colors of #aadcab

#aadcab

Complementary Color

#aadcab #dcaadb

#aadcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcab Color CSS Codes

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

#aadcab Text Font Color

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

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


#aadcab Background Color

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

This div background color is #aadcab


#aadcab Border Color

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

This div border color is #aadcab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,220,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 #aadcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcab


Comments

No comments written yet.

Please login to write comment.