Color Hex Logo

#aadc88 Color Hex

#AADC88
(170,220,136)
0 Favorites   0 Comments

Color spaces of #aadc88

RGB 170220136
HSL0.270.550.70
HSV96°38°86°
CMYK 0.230.000.38   0.14
XYZ46.614761.510032.7083
Yxy61.51000.33100.4368
Hunter Lab78.4283-31.156230.1731
CIE-Lab82.6522-30.920536.1441

#aadc88 color RGB value is (170,220,136).

#aadc88 hex color red value is 170, green value is 220 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aadc88 hue: 0.27 , saturation: 0.55 and the lightness value of aadc88 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10001000
Octal 252 334 210
Decimal 170 220 136
Hex AA DC 88

RGB Percentages of Color #aadc88

%32.32
%41.83
%25.86

CMYK Percentages of Color #aadc88

%23
%0
%38
%14

Triadic Colors of #aadc88

#aadc88 #88aadc #dc88aa

Analogous Colors of #aadc88

#aadc88 #88dc90 #d4dc88

Monochromatic Colors of #aadc88

#aadc88

Complementary Color

#aadc88 #ba88dc

#aadc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc88 Color CSS Codes

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

#aadc88 Text Font Color

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

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


#aadc88 Background Color

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

This div background color is #aadc88


#aadc88 Border Color

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

This div border color is #aadc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc88


Comments

No comments written yet.

Please login to write comment.