Color Hex Logo

#aadf90 Color Hex

#AADF90
(170,223,144)
0 Favorites   0 Comments

Color spaces of #aadf90

RGB 170223144
HSL0.280.550.72
HSV100°35°87°
CMYK 0.240.000.35   0.13
XYZ47.999363.335036.0806
Yxy63.33500.32560.4296
Hunter Lab79.5833-31.611528.8281
CIE-Lab83.6183-31.219133.3562

#aadf90 color RGB value is (170,223,144).

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

The process color (four color CMYK) of #aadf90 color hex is 0.24, 0.00, 0.35, 0.13. Web safe color of #aadf90 is #99cc99. Color #aadf90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10010000
Octal 252 337 220
Decimal 170 223 144
Hex AA DF 90

RGB Percentages of Color #aadf90

%31.66
%41.53
%26.82

CMYK Percentages of Color #aadf90

%24
%0
%35
%13

Triadic Colors of #aadf90

#aadf90 #90aadf #df90aa

Analogous Colors of #aadf90

#aadf90 #90df9e #d2df90

Monochromatic Colors of #aadf90

#aadf90

Complementary Color

#aadf90 #c590df

#aadf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf90 Color CSS Codes

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

#aadf90 Text Font Color

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

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


#aadf90 Background Color

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

This div background color is #aadf90


#aadf90 Border Color

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

This div border color is #aadf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf90


Comments

No comments written yet.

Please login to write comment.