Color Hex Logo

#aad733 Color Hex

#AAD733
(170,215,51)
0 Favorites   0 Comments

Color spaces of #aad733

RGB 17021551
HSL0.210.670.52
HSV76°76°84°
CMYK 0.210.000.76   0.16
XYZ41.475557.385912.0226
Yxy57.38590.37400.5175
Hunter Lab75.7535-34.838743.6177
CIE-Lab80.3962-36.254670.2508

#aad733 color RGB value is (170,215,51).

#aad733 hex color red value is 170, green value is 215 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #aad733 hue: 0.21 , saturation: 0.67 and the lightness value of aad733 is 0.52.

The process color (four color CMYK) of #aad733 color hex is 0.21, 0.00, 0.76, 0.16. Web safe color of #aad733 is #99cc33. Color #aad733 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 00110011
Octal 252 327 63
Decimal 170 215 51
Hex AA D7 33

RGB Percentages of Color #aad733

%38.99
%49.31
%11.70

CMYK Percentages of Color #aad733

%21
%0
%76
%16

Triadic Colors of #aad733

#aad733 #33aad7 #d733aa

Analogous Colors of #aad733

#aad733 #58d733 #d7b233

Monochromatic Colors of #aad733

#aad733

Complementary Color

#aad733 #6033d7

#aad733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad733 Color CSS Codes

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

#aad733 Text Font Color

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

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


#aad733 Background Color

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

This div background color is #aad733


#aad733 Border Color

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

This div border color is #aad733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad733


Comments

No comments written yet.

Please login to write comment.