color codes Logo

#acb81c color codes

#ACB81C
(172,184,28)
0 Favorites   0 Comments

Color spaces of #acb81c

RGB 17218428
HSL0.180.740.42
HSV65°85°72°
CMYK 0.070.000.85   0.28
XYZ34.363343.13557.6134
Yxy43.13550.40370.5068
Hunter Lab65.6776-21.542539.1014
CIE-Lab71.6468-21.592368.7199

#acb81c color RGB value is (172,184,28).

#acb81c hex color red value is 172, green value is 184 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #acb81c hue: 0.18 , saturation: 0.74 and the lightness value of acb81c is 0.42.

The process color (four color CMYK) of #acb81c color code is 0.07, 0.00, 0.85, 0.28. Web safe color of #acb81c is #99cc33. Color #acb81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 00011100
Octal 254 270 34
Decimal 172 184 28
Hex AC B8 1C

RGB Percentages of Color #acb81c

%44.79
%47.92
%7.29

CMYK Percentages of Color #acb81c

%7
%0
%85
%28

Triadic Colors of #acb81c

#acb81c #1cacb8 #b81cac

Analogous Colors of #acb81c

#acb81c #5eb81c #b8761c

Monochromatic Colors of #acb81c

#acb81c

Complementary Color

#acb81c #281cb8

#acb81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb81c Color CSS Codes

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

#acb81c Text Font Color

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

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


#acb81c Background Color

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

This div background color is #acb81c


#acb81c Border Color

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

This div border color is #acb81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb81c


Comments

No comments written yet.

Please login to write comment.