Color Hex Logo

#aad128 Color Hex

#AAD128
(170,209,40)
0 Favorites   0 Comments

Color spaces of #aad128

RGB 17020940
HSL0.210.680.49
HSV74°81°82°
CMYK 0.190.000.81   0.18
XYZ39.761054.300210.3928
Yxy54.30020.38070.5198
Hunter Lab73.6887-32.640043.2200
CIE-Lab78.6365-33.969171.7646

#aad128 color RGB value is (170,209,40).

#aad128 hex color red value is 170, green value is 209 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aad128 hue: 0.21 , saturation: 0.68 and the lightness value of aad128 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 00101000
Octal 252 321 50
Decimal 170 209 40
Hex AA D1 28

RGB Percentages of Color #aad128

%40.57
%49.88
%9.55

CMYK Percentages of Color #aad128

%19
%0
%81
%18

Triadic Colors of #aad128

#aad128 #28aad1 #d128aa

Analogous Colors of #aad128

#aad128 #56d128 #d1a428

Monochromatic Colors of #aad128

#aad128

Complementary Color

#aad128 #4f28d1

#aad128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad128 Color CSS Codes

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

#aad128 Text Font Color

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

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


#aad128 Background Color

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

This div background color is #aad128


#aad128 Border Color

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

This div border color is #aad128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad128


Comments

No comments written yet.

Please login to write comment.