Color Hex Logo

#aabb44 Color Hex

#AABB44
(170,187,68)
1 Favorites   0 Comments

Color spaces of #aabb44

RGB 17018768
HSL0.190.470.50
HSV69°64°73°
CMYK 0.090.000.64   0.27
XYZ35.391344.504112.1937
Yxy44.50410.38430.4833
Hunter Lab66.7114-22.048335.8608
CIE-Lab72.5642-22.029156.2943

#aabb44 color RGB value is (170,187,68).

#aabb44 hex color red value is 170, green value is 187 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aabb44 hue: 0.19 , saturation: 0.47 and the lightness value of aabb44 is 0.50.

The process color (four color CMYK) of #aabb44 color hex is 0.09, 0.00, 0.64, 0.27. Web safe color of #aabb44 is #99cc33. Color #aabb44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 01000100
Octal 252 273 104
Decimal 170 187 68
Hex AA BB 44

RGB Percentages of Color #aabb44

%40.00
%44.00
%16.00

CMYK Percentages of Color #aabb44

%9
%0
%64
%27

Triadic Colors of #aabb44

#aabb44 #44aabb #bb44aa

Analogous Colors of #aabb44

#aabb44 #6fbb44 #bb9144

Monochromatic Colors of #aabb44

#aabb44

Complementary Color

#aabb44 #5544bb

#aabb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb44 Color CSS Codes

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

#aabb44 Text Font Color

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

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


#aabb44 Background Color

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

This div background color is #aabb44


#aabb44 Border Color

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

This div border color is #aabb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb44


Comments

No comments written yet.

Please login to write comment.