Color Hex Logo

#aabb25 Color Hex

#AABB25
(170,187,37)
0 Favorites   0 Comments

Color spaces of #aabb25

RGB 17018737
HSL0.190.670.44
HSV67°80°73°
CMYK 0.090.000.80   0.27
XYZ34.681844.22038.4577
Yxy44.22030.39700.5062
Hunter Lab66.4983-23.276539.0079
CIE-Lab72.3755-23.636067.0365

#aabb25 color RGB value is (170,187,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00100101
Octal 252 273 45
Decimal 170 187 37
Hex AA BB 25

RGB Percentages of Color #aabb25

%43.15
%47.46
%9.39

CMYK Percentages of Color #aabb25

%9
%0
%80
%27

Triadic Colors of #aabb25

#aabb25 #25aabb #bb25aa

Analogous Colors of #aabb25

#aabb25 #5fbb25 #bb8125

Monochromatic Colors of #aabb25

#aabb25

Complementary Color

#aabb25 #3625bb

#aabb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb25 Color CSS Codes

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

#aabb25 Text Font Color

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

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


#aabb25 Background Color

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

This div background color is #aabb25


#aabb25 Border Color

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

This div border color is #aabb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb25


Comments

No comments written yet.

Please login to write comment.