Color Hex Logo

#aad943 Color Hex

#AAD943
(170,217,67)
0 Favorites   0 Comments

Color spaces of #aad943

RGB 17021767
HSL0.220.660.56
HSV79°69°85°
CMYK 0.220.000.69   0.15
XYZ42.403558.577014.3818
Yxy58.57700.36760.5078
Hunter Lab76.5356-35.041942.4338
CIE-Lab81.0585-36.302065.4876

#aad943 color RGB value is (170,217,67).

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

The process color (four color CMYK) of #aad943 color hex is 0.22, 0.00, 0.69, 0.15. Web safe color of #aad943 is #99cc33. Color #aad943 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01000011
Octal 252 331 103
Decimal 170 217 67
Hex AA D9 43

RGB Percentages of Color #aad943

%37.44
%47.80
%14.76

CMYK Percentages of Color #aad943

%22
%0
%69
%15

Triadic Colors of #aad943

#aad943 #43aad9 #d943aa

Analogous Colors of #aad943

#aad943 #5fd943 #d9bd43

Monochromatic Colors of #aad943

#aad943

Complementary Color

#aad943 #7243d9

#aad943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad943 Color CSS Codes

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

#aad943 Text Font Color

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

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


#aad943 Background Color

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

This div background color is #aad943


#aad943 Border Color

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

This div border color is #aad943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad943


Comments

No comments written yet.

Please login to write comment.