Color Hex Logo

#aadd88 Color Hex

#AADD88
(170,221,136)
1 Favorites   0 Comments

Color spaces of #aadd88

RGB 170221136
HSL0.270.560.70
HSV96°38°87°
CMYK 0.230.000.38   0.13
XYZ46.877962.036532.7961
Yxy62.03650.33080.4378
Hunter Lab78.7633-31.597030.4466
CIE-Lab82.9328-31.389636.5082

#aadd88 color RGB value is (170,221,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10001000
Octal 252 335 210
Decimal 170 221 136
Hex AA DD 88

RGB Percentages of Color #aadd88

%32.26
%41.94
%25.81

CMYK Percentages of Color #aadd88

%23
%0
%38
%13

Triadic Colors of #aadd88

#aadd88 #88aadd #dd88aa

Analogous Colors of #aadd88

#aadd88 #88dd91 #d5dd88

Monochromatic Colors of #aadd88

#aadd88

Complementary Color

#aadd88 #bb88dd

#aadd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd88 Color CSS Codes

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

#aadd88 Text Font Color

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

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


#aadd88 Background Color

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

This div background color is #aadd88


#aadd88 Border Color

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

This div border color is #aadd88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,221,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 #aadd88">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd88


Comments

No comments written yet.

Please login to write comment.