Color Hex Logo

#abb32f Color Hex

#ABB32F
(171,179,47)
0 Favorites   0 Comments

Color spaces of #abb32f

RGB 17117947
HSL0.180.580.44
HSV64°74°70°
CMYK 0.040.000.74   0.30
XYZ33.427841.10348.8612
Yxy41.10340.40080.4929
Hunter Lab64.1119-19.126436.6836
CIE-Lab70.2483-18.826262.0329

#abb32f color RGB value is (171,179,47).

#abb32f hex color red value is 171, green value is 179 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #abb32f hue: 0.18 , saturation: 0.58 and the lightness value of abb32f is 0.44.

The process color (four color CMYK) of #abb32f color hex is 0.04, 0.00, 0.74, 0.30. Web safe color of #abb32f is #99cc33. Color #abb32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 00101111
Octal 253 263 57
Decimal 171 179 47
Hex AB B3 2F

RGB Percentages of Color #abb32f

%43.07
%45.09
%11.84

CMYK Percentages of Color #abb32f

%4
%0
%74
%30

Triadic Colors of #abb32f

#abb32f #2fabb3 #b32fab

Analogous Colors of #abb32f

#abb32f #69b32f #b3792f

Monochromatic Colors of #abb32f

#abb32f

Complementary Color

#abb32f #372fb3

#abb32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb32f Color CSS Codes

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

#abb32f Text Font Color

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

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


#abb32f Background Color

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

This div background color is #abb32f


#abb32f Border Color

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

This div border color is #abb32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb32f


Comments

No comments written yet.

Please login to write comment.