Color Hex Logo

#aad323 Color Hex

#AAD323
(170,211,35)
0 Favorites   0 Comments

Color spaces of #aad323

RGB 17021135
HSL0.210.720.48
HSV74°83°83°
CMYK 0.190.000.83   0.17
XYZ40.175255.255910.1381
Yxy55.25590.38060.5234
Hunter Lab74.3343-33.611843.9477
CIE-Lab79.1884-35.054373.4692

#aad323 color RGB value is (170,211,35).

#aad323 hex color red value is 170, green value is 211 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aad323 hue: 0.21 , saturation: 0.72 and the lightness value of aad323 is 0.48.

The process color (four color CMYK) of #aad323 color hex is 0.19, 0.00, 0.83, 0.17. Web safe color of #aad323 is #99cc33. Color #aad323 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 00100011
Octal 252 323 43
Decimal 170 211 35
Hex AA D3 23

RGB Percentages of Color #aad323

%40.87
%50.72
%8.41

CMYK Percentages of Color #aad323

%19
%0
%83
%17

Triadic Colors of #aad323

#aad323 #23aad3 #d323aa

Analogous Colors of #aad323

#aad323 #52d323 #d3a423

Monochromatic Colors of #aad323

#aad323

Complementary Color

#aad323 #4c23d3

#aad323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad323 Color CSS Codes

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

#aad323 Text Font Color

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

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


#aad323 Background Color

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

This div background color is #aad323


#aad323 Border Color

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

This div border color is #aad323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad323


Comments

No comments written yet.

Please login to write comment.