Color Hex Logo

#aadfa6 Color Hex

#AADFA6
(170,223,166)
0 Favorites   0 Comments

Color spaces of #aadfa6

RGB 170223166
HSL0.320.470.76
HSV116°26°87°
CMYK 0.240.000.26   0.13
XYZ49.848264.074645.8167
Yxy64.07460.31210.4011
Hunter Lab80.0466-28.922522.0965
CIE-Lab84.0046-27.835922.5506

#aadfa6 color RGB value is (170,223,166).

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

The process color (four color CMYK) of #aadfa6 color hex is 0.24, 0.00, 0.26, 0.13. Web safe color of #aadfa6 is #99cc99. Color #aadfa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10100110
Octal 252 337 246
Decimal 170 223 166
Hex AA DF A6

RGB Percentages of Color #aadfa6

%30.41
%39.89
%29.70

CMYK Percentages of Color #aadfa6

%24
%0
%26
%13

Triadic Colors of #aadfa6

#aadfa6 #a6aadf #dfa6aa

Analogous Colors of #aadfa6

#aadfa6 #a6dfbf #c7dfa6

Monochromatic Colors of #aadfa6

#aadfa6

Complementary Color

#aadfa6 #dba6df

#aadfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfa6 Color CSS Codes

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

#aadfa6 Text Font Color

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

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


#aadfa6 Background Color

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

This div background color is #aadfa6


#aadfa6 Border Color

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

This div border color is #aadfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfa6

#aadfa6 Color Palettes


Comments

No comments written yet.

Please login to write comment.