Color Hex Logo

#aaaf94 Color Hex

#AAAF94
(170,175,148)
0 Favorites   0 Comments

Color spaces of #aaaf94

RGB 170175148
HSL0.200.140.63
HSV71°15°69°
CMYK 0.030.000.15   0.31
XYZ37.252841.344134.0338
Yxy41.34410.33080.3671
Hunter Lab64.2994-9.107313.6272
CIE-Lab70.4163-6.572013.2623

#aaaf94 color RGB value is (170,175,148).

#aaaf94 hex color red value is 170, green value is 175 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aaaf94 hue: 0.20 , saturation: 0.14 and the lightness value of aaaf94 is 0.63.

The process color (four color CMYK) of #aaaf94 color hex is 0.03, 0.00, 0.15, 0.31. Web safe color of #aaaf94 is #999999. Color #aaaf94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 10010100
Octal 252 257 224
Decimal 170 175 148
Hex AA AF 94

RGB Percentages of Color #aaaf94

%34.48
%35.50
%30.02

CMYK Percentages of Color #aaaf94

%3
%0
%15
%31

Triadic Colors of #aaaf94

#aaaf94 #94aaaf #af94aa

Analogous Colors of #aaaf94

#aaaf94 #9daf94 #afa794

Monochromatic Colors of #aaaf94

#aaaf94

Complementary Color

#aaaf94 #9994af

#aaaf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf94 Color CSS Codes

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

#aaaf94 Text Font Color

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

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


#aaaf94 Background Color

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

This div background color is #aaaf94


#aaaf94 Border Color

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

This div border color is #aaaf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf94


Comments

No comments written yet.

Please login to write comment.