Color Hex Logo

#acbc3a Color Hex

#ACBC3A
(172,188,58)
0 Favorites   0 Comments

Color spaces of #acbc3a

RGB 17218858
HSL0.190.530.48
HSV67°69°74°
CMYK 0.090.000.69   0.26
XYZ35.760245.042610.8123
Yxy45.04260.39030.4917
Hunter Lab67.1138-22.339137.4278
CIE-Lab72.9199-22.317260.6949

#acbc3a color RGB value is (172,188,58).

#acbc3a hex color red value is 172, green value is 188 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #acbc3a hue: 0.19 , saturation: 0.53 and the lightness value of acbc3a is 0.48.

The process color (four color CMYK) of #acbc3a color hex is 0.09, 0.00, 0.69, 0.26. Web safe color of #acbc3a is #99cc33. Color #acbc3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 00111010
Octal 254 274 72
Decimal 172 188 58
Hex AC BC 3A

RGB Percentages of Color #acbc3a

%41.15
%44.98
%13.88

CMYK Percentages of Color #acbc3a

%9
%0
%69
%26

Triadic Colors of #acbc3a

#acbc3a #3aacbc #bc3aac

Analogous Colors of #acbc3a

#acbc3a #6bbc3a #bc8b3a

Monochromatic Colors of #acbc3a

#acbc3a

Complementary Color

#acbc3a #4a3abc

#acbc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc3a Color CSS Codes

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

#acbc3a Text Font Color

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

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


#acbc3a Background Color

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

This div background color is #acbc3a


#acbc3a Border Color

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

This div border color is #acbc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc3a


Comments

No comments written yet.

Please login to write comment.