Color Hex Logo

#aaaf01 Color Hex

#AAAF01
(170,175,1)
0 Favorites   0 Comments

Color spaces of #aaaf01

RGB 1701751
HSL0.170.990.35
HSV62°99°69°
CMYK 0.030.000.99   0.31
XYZ31.913039.20825.9147
Yxy39.20820.41430.5090
Hunter Lab62.6165-18.604838.2310
CIE-Lab68.9018-18.436170.6374

#aaaf01 color RGB value is (170,175,1).

#aaaf01 hex color red value is 170, green value is 175 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aaaf01 hue: 0.17 , saturation: 0.99 and the lightness value of aaaf01 is 0.35.

The process color (four color CMYK) of #aaaf01 color hex is 0.03, 0.00, 0.99, 0.31. Web safe color of #aaaf01 is #999900. Color #aaaf01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 00000001
Octal 252 257 1
Decimal 170 175 1
Hex AA AF 1

RGB Percentages of Color #aaaf01

%49.13
%50.58
%0.29

CMYK Percentages of Color #aaaf01

%3
%0
%99
%31

Triadic Colors of #aaaf01

#aaaf01 #01aaaf #af01aa

Analogous Colors of #aaaf01

#aaaf01 #53af01 #af5d01

Monochromatic Colors of #aaaf01

#aaaf01

Complementary Color

#aaaf01 #0601af

#aaaf01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf01 Color CSS Codes

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

#aaaf01 Text Font Color

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

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


#aaaf01 Background Color

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

This div background color is #aaaf01


#aaaf01 Border Color

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

This div border color is #aaaf01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf01


Comments

No comments written yet.

Please login to write comment.