Color Hex Logo

#aadc94 Color Hex

#AADC94
(170,220,148)
0 Favorites   0 Comments

Color spaces of #aadc94

RGB 170220148
HSL0.280.510.72
HSV102°33°86°
CMYK 0.230.000.33   0.14
XYZ47.516161.870637.4548
Yxy61.87060.32360.4213
Hunter Lab78.6579-29.822026.8282
CIE-Lab82.8446-29.224530.2869

#aadc94 color RGB value is (170,220,148).

#aadc94 hex color red value is 170, green value is 220 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aadc94 hue: 0.28 , saturation: 0.51 and the lightness value of aadc94 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10010100
Octal 252 334 224
Decimal 170 220 148
Hex AA DC 94

RGB Percentages of Color #aadc94

%31.60
%40.89
%27.51

CMYK Percentages of Color #aadc94

%23
%0
%33
%14

Triadic Colors of #aadc94

#aadc94 #94aadc #dc94aa

Analogous Colors of #aadc94

#aadc94 #94dca2 #cedc94

Monochromatic Colors of #aadc94

#aadc94

Complementary Color

#aadc94 #c694dc

#aadc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc94 Color CSS Codes

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

#aadc94 Text Font Color

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

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


#aadc94 Background Color

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

This div background color is #aadc94


#aadc94 Border Color

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

This div border color is #aadc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc94


Comments

No comments written yet.

Please login to write comment.