Color Hex Logo

#aad23d Color Hex

#AAD23D
(170,210,61)
0 Favorites   0 Comments

Color spaces of #aad23d

RGB 17021061
HSL0.210.620.53
HSV76°71°82°
CMYK 0.190.000.71   0.18
XYZ40.466554.976212.8935
Yxy54.97620.37350.5075
Hunter Lab74.1459-32.335841.5920
CIE-Lab79.0276-33.456165.6281

#aad23d color RGB value is (170,210,61).

#aad23d hex color red value is 170, green value is 210 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aad23d hue: 0.21 , saturation: 0.62 and the lightness value of aad23d is 0.53.

The process color (four color CMYK) of #aad23d color hex is 0.19, 0.00, 0.71, 0.18. Web safe color of #aad23d is #99cc33. Color #aad23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00111101
Octal 252 322 75
Decimal 170 210 61
Hex AA D2 3D

RGB Percentages of Color #aad23d

%38.55
%47.62
%13.83

CMYK Percentages of Color #aad23d

%19
%0
%71
%18

Triadic Colors of #aad23d

#aad23d #3daad2 #d23daa

Analogous Colors of #aad23d

#aad23d #60d23d #d2b03d

Monochromatic Colors of #aad23d

#aad23d

Complementary Color

#aad23d #653dd2

#aad23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad23d Color CSS Codes

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

#aad23d Text Font Color

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

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


#aad23d Background Color

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

This div background color is #aad23d


#aad23d Border Color

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

This div border color is #aad23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad23d


Comments

No comments written yet.

Please login to write comment.