Color Hex Logo

#aaaf1e Color Hex

#AAAF1E
(170,175,30)
0 Favorites   0 Comments

Color spaces of #aaaf1e

RGB 17017530
HSL0.170.710.40
HSV62°83°69°
CMYK 0.030.000.83   0.31
XYZ32.141939.29977.1198
Yxy39.29970.40910.5002
Hunter Lab62.6895-18.186837.1489
CIE-Lab68.9678-17.891765.9214

#aaaf1e color RGB value is (170,175,30).

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

The process color (four color CMYK) of #aaaf1e color hex is 0.03, 0.00, 0.83, 0.31. Web safe color of #aaaf1e is #999933. Color #aaaf1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 00011110
Octal 252 257 36
Decimal 170 175 30
Hex AA AF 1E

RGB Percentages of Color #aaaf1e

%45.33
%46.67
%8.00

CMYK Percentages of Color #aaaf1e

%3
%0
%83
%31

Triadic Colors of #aaaf1e

#aaaf1e #1eaaaf #af1eaa

Analogous Colors of #aaaf1e

#aaaf1e #62af1e #af6c1e

Monochromatic Colors of #aaaf1e

#aaaf1e

Complementary Color

#aaaf1e #231eaf

#aaaf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf1e Color CSS Codes

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

#aaaf1e Text Font Color

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

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


#aaaf1e Background Color

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

This div background color is #aaaf1e


#aaaf1e Border Color

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

This div border color is #aaaf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf1e


Comments

No comments written yet.

Please login to write comment.