Color Hex Logo

#aad433 Color Hex

#AAD433
(170,212,51)
0 Favorites   0 Comments

Color spaces of #aad433

RGB 17021251
HSL0.210.650.52
HSV76°76°83°
CMYK 0.200.000.76   0.17
XYZ40.718655.872011.7703
Yxy55.87200.37580.5156
Hunter Lab74.7476-33.570742.9871
CIE-Lab79.5409-34.889469.4521

#aad433 color RGB value is (170,212,51).

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

The process color (four color CMYK) of #aad433 color hex is 0.20, 0.00, 0.76, 0.17. Web safe color of #aad433 is #99cc33. Color #aad433 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 00110011
Octal 252 324 63
Decimal 170 212 51
Hex AA D4 33

RGB Percentages of Color #aad433

%39.26
%48.96
%11.78

CMYK Percentages of Color #aad433

%20
%0
%76
%17

Triadic Colors of #aad433

#aad433 #33aad4 #d433aa

Analogous Colors of #aad433

#aad433 #5ad433 #d4ae33

Monochromatic Colors of #aad433

#aad433

Complementary Color

#aad433 #5d33d4

#aad433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad433 Color CSS Codes

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

#aad433 Text Font Color

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

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


#aad433 Background Color

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

This div background color is #aad433


#aad433 Border Color

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

This div border color is #aad433


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,212,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 #aad433">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad433


Comments

No comments written yet.

Please login to write comment.