Color Hex Logo

#aadc5c Color Hex

#AADC5C
(170,220,92)
0 Favorites   0 Comments

Color spaces of #aadc5c

RGB 17022092
HSL0.230.650.61
HSV83°58°86°
CMYK 0.230.000.58   0.14
XYZ44.102560.505219.4794
Yxy60.50520.35540.4876
Hunter Lab77.7851-34.918239.6018
CIE-Lab82.1120-35.807056.4644

#aadc5c color RGB value is (170,220,92).

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

The process color (four color CMYK) of #aadc5c color hex is 0.23, 0.00, 0.58, 0.14. Web safe color of #aadc5c is #99cc66. Color #aadc5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01011100
Octal 252 334 134
Decimal 170 220 92
Hex AA DC 5C

RGB Percentages of Color #aadc5c

%35.27
%45.64
%19.09

CMYK Percentages of Color #aadc5c

%23
%0
%58
%14

Triadic Colors of #aadc5c

#aadc5c #5caadc #dc5caa

Analogous Colors of #aadc5c

#aadc5c #6adc5c #dcce5c

Monochromatic Colors of #aadc5c

#aadc5c

Complementary Color

#aadc5c #8e5cdc

#aadc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc5c Color CSS Codes

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

#aadc5c Text Font Color

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

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


#aadc5c Background Color

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

This div background color is #aadc5c


#aadc5c Border Color

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

This div border color is #aadc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc5c


Comments

No comments written yet.

Please login to write comment.