Color Hex Logo

#acbc12 Color Hex

#ACBC12
(172,188,18)
0 Favorites   0 Comments

Color spaces of #acbc12

RGB 17218818
HSL0.180.830.40
HSV66°90°74°
CMYK 0.090.000.90   0.26
XYZ35.105744.78087.3656
Yxy44.78080.40230.5132
Hunter Lab66.9185-23.465540.3170
CIE-Lab72.7473-23.788971.5211

#acbc12 color RGB value is (172,188,18).

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

The process color (four color CMYK) of #acbc12 color hex is 0.09, 0.00, 0.90, 0.26. Web safe color of #acbc12 is #99cc00. Color #acbc12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 00010010
Octal 254 274 22
Decimal 172 188 18
Hex AC BC 12

RGB Percentages of Color #acbc12

%45.50
%49.74
%4.76

CMYK Percentages of Color #acbc12

%9
%0
%90
%26

Triadic Colors of #acbc12

#acbc12 #12acbc #bc12ac

Analogous Colors of #acbc12

#acbc12 #57bc12 #bc7712

Monochromatic Colors of #acbc12

#acbc12

Complementary Color

#acbc12 #2212bc

#acbc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc12 Color CSS Codes

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

#acbc12 Text Font Color

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

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


#acbc12 Background Color

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

This div background color is #acbc12


#acbc12 Border Color

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

This div border color is #acbc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc12


Comments

No comments written yet.

Please login to write comment.