Color Hex Logo

#aad835 Color Hex

#AAD835
(170,216,53)
0 Favorites   0 Comments

Color spaces of #aad835

RGB 17021653
HSL0.210.680.53
HSV77°75°85°
CMYK 0.210.000.75   0.15
XYZ41.776057.914812.3450
Yxy57.91480.37290.5169
Hunter Lab76.1018-35.190743.6534
CIE-Lab80.6914-36.613569.9097

#aad835 color RGB value is (170,216,53).

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

The process color (four color CMYK) of #aad835 color hex is 0.21, 0.00, 0.75, 0.15. Web safe color of #aad835 is #99cc33. Color #aad835 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00110101
Octal 252 330 65
Decimal 170 216 53
Hex AA D8 35

RGB Percentages of Color #aad835

%38.72
%49.20
%12.07

CMYK Percentages of Color #aad835

%21
%0
%75
%15

Triadic Colors of #aad835

#aad835 #35aad8 #d835aa

Analogous Colors of #aad835

#aad835 #59d835 #d8b535

Monochromatic Colors of #aad835

#aad835

Complementary Color

#aad835 #6335d8

#aad835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad835 Color CSS Codes

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

#aad835 Text Font Color

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

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


#aad835 Background Color

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

This div background color is #aad835


#aad835 Border Color

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

This div border color is #aad835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad835


Comments

No comments written yet.

Please login to write comment.