Color Hex Logo

#aabb94 Color Hex

#AABB94
(170,187,148)
0 Favorites   0 Comments

Color spaces of #aabb94

RGB 170187148
HSL0.240.220.66
HSV86°21°73°
CMYK 0.090.000.21   0.27
XYZ39.693246.224834.8472
Yxy46.22480.32870.3828
Hunter Lab67.9888-14.768717.2035
CIE-Lab73.6912-12.865917.8358

#aabb94 color RGB value is (170,187,148).

#aabb94 hex color red value is 170, green value is 187 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aabb94 hue: 0.24 , saturation: 0.22 and the lightness value of aabb94 is 0.66.

The process color (four color CMYK) of #aabb94 color hex is 0.09, 0.00, 0.21, 0.27. Web safe color of #aabb94 is #99cc99. Color #aabb94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10010100
Octal 252 273 224
Decimal 170 187 148
Hex AA BB 94

RGB Percentages of Color #aabb94

%33.66
%37.03
%29.31

CMYK Percentages of Color #aabb94

%9
%0
%21
%27

Triadic Colors of #aabb94

#aabb94 #94aabb #bb94aa

Analogous Colors of #aabb94

#aabb94 #97bb94 #bbb994

Monochromatic Colors of #aabb94

#aabb94

Complementary Color

#aabb94 #a594bb

#aabb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb94 Color CSS Codes

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

#aabb94 Text Font Color

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

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


#aabb94 Background Color

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

This div background color is #aabb94


#aabb94 Border Color

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

This div border color is #aabb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb94

#aabb94 Color Palettes


Comments

No comments written yet.

Please login to write comment.