Color Hex Logo

#acbf0c Color Hex

#ACBF0C
(172,191,12)
0 Favorites   0 Comments

Color spaces of #acbf0c

RGB 17219112
HSL0.180.880.40
HSV66°94°75°
CMYK 0.100.000.94   0.25
XYZ35.710446.05887.3559
Yxy46.05880.40070.5168
Hunter Lab67.8666-24.842641.0803
CIE-Lab73.5837-25.345772.9988

#acbf0c color RGB value is (172,191,12).

#acbf0c hex color red value is 172, green value is 191 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #acbf0c hue: 0.18 , saturation: 0.88 and the lightness value of acbf0c is 0.40.

The process color (four color CMYK) of #acbf0c color hex is 0.10, 0.00, 0.94, 0.25. Web safe color of #acbf0c is #99cc00. Color #acbf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 00001100
Octal 254 277 14
Decimal 172 191 12
Hex AC BF C

RGB Percentages of Color #acbf0c

%45.87
%50.93
%3.20

CMYK Percentages of Color #acbf0c

%10
%0
%94
%25

Triadic Colors of #acbf0c

#acbf0c #0cacbf #bf0cac

Analogous Colors of #acbf0c

#acbf0c #53bf0c #bf790c

Monochromatic Colors of #acbf0c

#acbf0c

Complementary Color

#acbf0c #1f0cbf

#acbf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbf0c Color CSS Codes

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

#acbf0c Text Font Color

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

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


#acbf0c Background Color

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

This div background color is #acbf0c


#acbf0c Border Color

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

This div border color is #acbf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbf0c


Comments

No comments written yet.

Please login to write comment.