Color Hex Logo

#acbb1f Color Hex

#ACBB1F
(172,187,31)
0 Favorites   0 Comments

Color spaces of #acbb1f

RGB 17218731
HSL0.180.720.43
HSV66°83°73°
CMYK 0.080.000.83   0.27
XYZ35.030944.41028.0220
Yxy44.41020.40050.5078
Hunter Lab66.6410-22.790339.5116
CIE-Lab72.5018-22.985768.7456

#acbb1f color RGB value is (172,187,31).

#acbb1f hex color red value is 172, green value is 187 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #acbb1f hue: 0.18 , saturation: 0.72 and the lightness value of acbb1f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 00011111
Octal 254 273 37
Decimal 172 187 31
Hex AC BB 1F

RGB Percentages of Color #acbb1f

%44.10
%47.95
%7.95

CMYK Percentages of Color #acbb1f

%8
%0
%83
%27

Triadic Colors of #acbb1f

#acbb1f #1facbb #bb1fac

Analogous Colors of #acbb1f

#acbb1f #5ebb1f #bb7c1f

Monochromatic Colors of #acbb1f

#acbb1f

Complementary Color

#acbb1f #2e1fbb

#acbb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb1f Color CSS Codes

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

#acbb1f Text Font Color

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

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


#acbb1f Background Color

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

This div background color is #acbb1f


#acbb1f Border Color

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

This div border color is #acbb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb1f


Comments

No comments written yet.

Please login to write comment.