Color Hex Logo

#aadb3d Color Hex

#AADB3D
(170,219,61)
0 Favorites   0 Comments

Color spaces of #aadb3d

RGB 17021961
HSL0.220.690.55
HSV79°72°86°
CMYK 0.220.000.72   0.14
XYZ42.751459.546013.6552
Yxy59.54600.36870.5135
Hunter Lab77.1661-36.148343.5244
CIE-Lab81.5908-37.554268.1503

#aadb3d color RGB value is (170,219,61).

#aadb3d hex color red value is 170, green value is 219 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aadb3d hue: 0.22 , saturation: 0.69 and the lightness value of aadb3d is 0.55.

The process color (four color CMYK) of #aadb3d color hex is 0.22, 0.00, 0.72, 0.14. Web safe color of #aadb3d is #99cc33. Color #aadb3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 00111101
Octal 252 333 75
Decimal 170 219 61
Hex AA DB 3D

RGB Percentages of Color #aadb3d

%37.78
%48.67
%13.56

CMYK Percentages of Color #aadb3d

%22
%0
%72
%14

Triadic Colors of #aadb3d

#aadb3d #3daadb #db3daa

Analogous Colors of #aadb3d

#aadb3d #5bdb3d #dbbd3d

Monochromatic Colors of #aadb3d

#aadb3d

Complementary Color

#aadb3d #6e3ddb

#aadb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb3d Color CSS Codes

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

#aadb3d Text Font Color

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

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


#aadb3d Background Color

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

This div background color is #aadb3d


#aadb3d Border Color

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

This div border color is #aadb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb3d


Comments

No comments written yet.

Please login to write comment.