Color Hex Logo

#aadca7 Color Hex

#AADCA7
(170,220,167)
0 Favorites   0 Comments

Color spaces of #aadca7

RGB 170220167
HSL0.320.430.76
HSV117°24°86°
CMYK 0.230.000.24   0.14
XYZ49.145862.522546.0370
Yxy62.52250.31160.3965
Hunter Lab79.0712-27.429920.8299
CIE-Lab83.1905-26.229720.9072

#aadca7 color RGB value is (170,220,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10100111
Octal 252 334 247
Decimal 170 220 167
Hex AA DC A7

RGB Percentages of Color #aadca7

%30.52
%39.50
%29.98

CMYK Percentages of Color #aadca7

%23
%0
%24
%14

Triadic Colors of #aadca7

#aadca7 #a7aadc #dca7aa

Analogous Colors of #aadca7

#aadca7 #a7dcbf #c5dca7

Monochromatic Colors of #aadca7

#aadca7

Complementary Color

#aadca7 #d9a7dc

#aadca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadca7 Color CSS Codes

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

#aadca7 Text Font Color

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

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


#aadca7 Background Color

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

This div background color is #aadca7


#aadca7 Border Color

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

This div border color is #aadca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadca7


Comments

No comments written yet.

Please login to write comment.