Color Hex Logo

#aaaf55 Color Hex

#AAAF55
(170,175,85)
0 Favorites   0 Comments

Color spaces of #aaaf55

RGB 17017585
HSL0.180.360.51
HSV63°51°69°
CMYK 0.030.000.51   0.31
XYZ33.547239.861914.5203
Yxy39.86190.38150.4533
Hunter Lab63.1363-15.643330.5597
CIE-Lab69.3711-14.625345.0109

#aaaf55 color RGB value is (170,175,85).

#aaaf55 hex color red value is 170, green value is 175 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aaaf55 hue: 0.18 , saturation: 0.36 and the lightness value of aaaf55 is 0.51.

The process color (four color CMYK) of #aaaf55 color hex is 0.03, 0.00, 0.51, 0.31. Web safe color of #aaaf55 is #999966. Color #aaaf55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 01010101
Octal 252 257 125
Decimal 170 175 85
Hex AA AF 55

RGB Percentages of Color #aaaf55

%39.53
%40.70
%19.77

CMYK Percentages of Color #aaaf55

%3
%0
%51
%31

Triadic Colors of #aaaf55

#aaaf55 #55aaaf #af55aa

Analogous Colors of #aaaf55

#aaaf55 #7daf55 #af8755

Monochromatic Colors of #aaaf55

#aaaf55

Complementary Color

#aaaf55 #5a55af

#aaaf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf55 Color CSS Codes

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

#aaaf55 Text Font Color

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

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


#aaaf55 Background Color

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

This div background color is #aaaf55


#aaaf55 Border Color

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

This div border color is #aaaf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf55


Comments

No comments written yet.

Please login to write comment.