Color Hex Logo

#acbc2b Color Hex

#ACBC2B
(172,188,43)
0 Favorites   0 Comments

Color spaces of #acbc2b

RGB 17218843
HSL0.190.630.45
HSV67°77°74°
CMYK 0.090.000.77   0.26
XYZ35.432544.91159.0868
Yxy44.91150.39620.5022
Hunter Lab67.0160-22.902138.8720
CIE-Lab72.8336-23.050965.7609

#acbc2b color RGB value is (172,188,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 00101011
Octal 254 274 53
Decimal 172 188 43
Hex AC BC 2B

RGB Percentages of Color #acbc2b

%42.68
%46.65
%10.67

CMYK Percentages of Color #acbc2b

%9
%0
%77
%26

Triadic Colors of #acbc2b

#acbc2b #2bacbc #bc2bac

Analogous Colors of #acbc2b

#acbc2b #64bc2b #bc842b

Monochromatic Colors of #acbc2b

#acbc2b

Complementary Color

#acbc2b #3b2bbc

#acbc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc2b Color CSS Codes

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

#acbc2b Text Font Color

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

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


#acbc2b Background Color

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

This div background color is #acbc2b


#acbc2b Border Color

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

This div border color is #acbc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc2b


Comments

No comments written yet.

Please login to write comment.