Color Hex Logo

#abb940 Color Hex

#ABB940
(171,185,64)
0 Favorites   0 Comments

Color spaces of #abb940

RGB 17118564
HSL0.190.490.49
HSV67°65°73°
CMYK 0.080.000.65   0.27
XYZ35.069043.726011.4421
Yxy43.72600.38860.4846
Hunter Lab66.1256-21.054436.0287
CIE-Lab72.0450-20.886657.4220

#abb940 color RGB value is (171,185,64).

#abb940 hex color red value is 171, green value is 185 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #abb940 hue: 0.19 , saturation: 0.49 and the lightness value of abb940 is 0.49.

The process color (four color CMYK) of #abb940 color hex is 0.08, 0.00, 0.65, 0.27. Web safe color of #abb940 is #99cc33. Color #abb940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01000000
Octal 253 271 100
Decimal 171 185 64
Hex AB B9 40

RGB Percentages of Color #abb940

%40.71
%44.05
%15.24

CMYK Percentages of Color #abb940

%8
%0
%65
%27

Triadic Colors of #abb940

#abb940 #40abb9 #b940ab

Analogous Colors of #abb940

#abb940 #6fb940 #b98b40

Monochromatic Colors of #abb940

#abb940

Complementary Color

#abb940 #4e40b9

#abb940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb940 Color CSS Codes

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

#abb940 Text Font Color

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

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


#abb940 Background Color

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

This div background color is #abb940


#abb940 Border Color

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

This div border color is #abb940


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,185,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abb940; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abb940;
  -webkit-box-shadow: 1px 1px 3px 2px #abb940;
  box-shadow:         1px 1px 3px 2px #abb940; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,185,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb940


Comments

No comments written yet.

Please login to write comment.