Color Hex Logo

#acbc30 Color Hex

#ACBC30
(172,188,48)
0 Favorites   0 Comments

Color spaces of #acbc30

RGB 17218848
HSL0.190.590.46
HSV67°74°74°
CMYK 0.090.000.74   0.26
XYZ35.530044.95059.6000
Yxy44.95050.39440.4990
Hunter Lab67.0451-22.734438.4420
CIE-Lab72.8593-22.832064.1899

#acbc30 color RGB value is (172,188,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 00110000
Octal 254 274 60
Decimal 172 188 48
Hex AC BC 30

RGB Percentages of Color #acbc30

%42.16
%46.08
%11.76

CMYK Percentages of Color #acbc30

%9
%0
%74
%26

Triadic Colors of #acbc30

#acbc30 #30acbc #bc30ac

Analogous Colors of #acbc30

#acbc30 #66bc30 #bc8630

Monochromatic Colors of #acbc30

#acbc30

Complementary Color

#acbc30 #4030bc

#acbc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc30 Color CSS Codes

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

#acbc30 Text Font Color

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

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


#acbc30 Background Color

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

This div background color is #acbc30


#acbc30 Border Color

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

This div border color is #acbc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc30


Comments

No comments written yet.

Please login to write comment.