Color Hex Logo

#abb941 Color Hex

#ABB941
(171,185,65)
0 Favorites   0 Comments

Color spaces of #abb941

RGB 17118565
HSL0.190.480.49
HSV67°65°73°
CMYK 0.080.000.65   0.27
XYZ35.097743.737511.5934
Yxy43.73750.38810.4837
Hunter Lab66.1343-21.004635.9004
CIE-Lab72.0527-20.822057.0211

#abb941 color RGB value is (171,185,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01000001
Octal 253 271 101
Decimal 171 185 65
Hex AB B9 41

RGB Percentages of Color #abb941

%40.62
%43.94
%15.44

CMYK Percentages of Color #abb941

%8
%0
%65
%27

Triadic Colors of #abb941

#abb941 #41abb9 #b941ab

Analogous Colors of #abb941

#abb941 #6fb941 #b98b41

Monochromatic Colors of #abb941

#abb941

Complementary Color

#abb941 #4f41b9

#abb941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb941 Color CSS Codes

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

#abb941 Text Font Color

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

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


#abb941 Background Color

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

This div background color is #abb941


#abb941 Border Color

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

This div border color is #abb941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb941


Comments

No comments written yet.

Please login to write comment.