Color Hex Logo

#acb018 Color Hex

#ACB018
(172,176,24)
0 Favorites   0 Comments

Color spaces of #acb018

RGB 17217624
HSL0.170.760.39
HSV62°86°69°
CMYK 0.020.000.86   0.31
XYZ32.703539.88736.8395
Yxy39.88730.41170.5022
Hunter Lab63.1564-18.093237.7887
CIE-Lab69.3892-17.690867.7195

#acb018 color RGB value is (172,176,24).

#acb018 hex color red value is 172, green value is 176 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #acb018 hue: 0.17 , saturation: 0.76 and the lightness value of acb018 is 0.39.

The process color (four color CMYK) of #acb018 color hex is 0.02, 0.00, 0.86, 0.31. Web safe color of #acb018 is #999900. Color #acb018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 00011000
Octal 254 260 30
Decimal 172 176 24
Hex AC B0 18

RGB Percentages of Color #acb018

%46.24
%47.31
%6.45

CMYK Percentages of Color #acb018

%2
%0
%86
%31

Triadic Colors of #acb018

#acb018 #18acb0 #b018ac

Analogous Colors of #acb018

#acb018 #60b018 #b06818

Monochromatic Colors of #acb018

#acb018

Complementary Color

#acb018 #1c18b0

#acb018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb018 Color CSS Codes

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

#acb018 Text Font Color

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

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


#acb018 Background Color

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

This div background color is #acb018


#acb018 Border Color

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

This div border color is #acb018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb018


Comments

No comments written yet.

Please login to write comment.