Color Hex Logo

#aaad23 Color Hex

#AAAD23
(170,173,35)
0 Favorites   0 Comments

Color spaces of #aaad23

RGB 17017335
HSL0.170.660.41
HSV61°80°68°
CMYK 0.020.000.80   0.32
XYZ31.824538.55457.3545
Yxy38.55450.40940.4960
Hunter Lab62.0923-17.173936.4420
CIE-Lab68.4273-16.712564.1137

#aaad23 color RGB value is (170,173,35).

#aaad23 hex color red value is 170, green value is 173 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aaad23 hue: 0.17 , saturation: 0.66 and the lightness value of aaad23 is 0.41.

The process color (four color CMYK) of #aaad23 color hex is 0.02, 0.00, 0.80, 0.32. Web safe color of #aaad23 is #999933. Color #aaad23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00100011
Octal 252 255 43
Decimal 170 173 35
Hex AA AD 23

RGB Percentages of Color #aaad23

%44.97
%45.77
%9.26

CMYK Percentages of Color #aaad23

%2
%0
%80
%32

Triadic Colors of #aaad23

#aaad23 #23aaad #ad23aa

Analogous Colors of #aaad23

#aaad23 #65ad23 #ad6b23

Monochromatic Colors of #aaad23

#aaad23

Complementary Color

#aaad23 #2623ad

#aaad23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad23 Color CSS Codes

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

#aaad23 Text Font Color

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

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


#aaad23 Background Color

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

This div background color is #aaad23


#aaad23 Border Color

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

This div border color is #aaad23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad23


Comments

No comments written yet.

Please login to write comment.