Color Hex Logo

#aad34b Color Hex

#AAD34B
(170,211,75)
0 Favorites   0 Comments

Color spaces of #aad34b

RGB 17021175
HSL0.220.610.56
HSV78°64°83°
CMYK 0.190.000.64   0.17
XYZ41.141855.642615.2283
Yxy55.64260.36730.4968
Hunter Lab74.5940-32.089040.1118
CIE-Lab79.4100-33.023760.6849

#aad34b color RGB value is (170,211,75).

#aad34b hex color red value is 170, green value is 211 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aad34b hue: 0.22 , saturation: 0.61 and the lightness value of aad34b is 0.56.

The process color (four color CMYK) of #aad34b color hex is 0.19, 0.00, 0.64, 0.17. Web safe color of #aad34b is #99cc33. Color #aad34b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 01001011
Octal 252 323 113
Decimal 170 211 75
Hex AA D3 4B

RGB Percentages of Color #aad34b

%37.28
%46.27
%16.45

CMYK Percentages of Color #aad34b

%19
%0
%64
%17

Triadic Colors of #aad34b

#aad34b #4baad3 #d34baa

Analogous Colors of #aad34b

#aad34b #66d34b #d3b84b

Monochromatic Colors of #aad34b

#aad34b

Complementary Color

#aad34b #744bd3

#aad34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad34b Color CSS Codes

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

#aad34b Text Font Color

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

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


#aad34b Background Color

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

This div background color is #aad34b


#aad34b Border Color

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

This div border color is #aad34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad34b


Comments

No comments written yet.

Please login to write comment.