Color Hex Logo

#acb505 Color Hex

#ACB505
(172,181,5)
0 Favorites   0 Comments

Color spaces of #acb505

RGB 1721815
HSL0.180.950.36
HSV63°97°71°
CMYK 0.050.000.97   0.29
XYZ33.564541.82946.4484
Yxy41.82940.41010.5111
Hunter Lab64.6757-20.546939.3615
CIE-Lab70.7531-20.521871.6164

#acb505 color RGB value is (172,181,5).

#acb505 hex color red value is 172, green value is 181 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #acb505 hue: 0.18 , saturation: 0.95 and the lightness value of acb505 is 0.36.

The process color (four color CMYK) of #acb505 color hex is 0.05, 0.00, 0.97, 0.29. Web safe color of #acb505 is #99cc00. Color #acb505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00000101
Octal 254 265 5
Decimal 172 181 5
Hex AC B5 5

RGB Percentages of Color #acb505

%48.04
%50.56
%1.40

CMYK Percentages of Color #acb505

%5
%0
%97
%29

Triadic Colors of #acb505

#acb505 #05acb5 #b505ac

Analogous Colors of #acb505

#acb505 #54b505 #b56605

Monochromatic Colors of #acb505

#acb505

Complementary Color

#acb505 #0e05b5

#acb505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb505 Color CSS Codes

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

#acb505 Text Font Color

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

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


#acb505 Background Color

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

This div background color is #acb505


#acb505 Border Color

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

This div border color is #acb505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb505


Comments

No comments written yet.

Please login to write comment.