color codes Logo

#aadc4e color codes

#AADC4E
(170,220,78)
0 Favorites   0 Comments

Color spaces of #aadc4e

RGB 17022078
HSL0.230.670.58
HSV81°65°86°
CMYK 0.230.000.65   0.14
XYZ43.545960.282516.5483
Yxy60.28250.36170.5008
Hunter Lab77.6418-35.760341.7124
CIE-Lab81.9915-36.922862.2189

#aadc4e color RGB value is (170,220,78).

#aadc4e hex color red value is 170, green value is 220 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aadc4e hue: 0.23 , saturation: 0.67 and the lightness value of aadc4e is 0.58.

The process color (four color CMYK) of #aadc4e color code is 0.23, 0.00, 0.65, 0.14. Web safe color of #aadc4e is #99cc66. Color #aadc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01001110
Octal 252 334 116
Decimal 170 220 78
Hex AA DC 4E

RGB Percentages of Color #aadc4e

%36.32
%47.01
%16.67

CMYK Percentages of Color #aadc4e

%23
%0
%65
%14

Triadic Colors of #aadc4e

#aadc4e #4eaadc #dc4eaa

Analogous Colors of #aadc4e

#aadc4e #63dc4e #dcc74e

Monochromatic Colors of #aadc4e

#aadc4e

Complementary Color

#aadc4e #804edc

#aadc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc4e Color CSS Codes

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

#aadc4e Text Font Color

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

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


#aadc4e Background Color

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

This div background color is #aadc4e


#aadc4e Border Color

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

This div border color is #aadc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc4e


Comments

No comments written yet.

Please login to write comment.