Color Hex Logo

#acab08 Color Hex

#ACAB08
(172,171,8)
0 Favorites   0 Comments

Color spaces of #acab08

RGB 1721718
HSL0.170.910.35
HSV60°95°67°
CMYK 0.000.010.95   0.33
XYZ31.620037.91405.8813
Yxy37.91400.41930.5027
Hunter Lab61.5743-16.090837.4389
CIE-Lab67.9572-15.431369.1516

#acab08 color RGB value is (172,171,8).

#acab08 hex color red value is 172, green value is 171 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #acab08 hue: 0.17 , saturation: 0.91 and the lightness value of acab08 is 0.35.

The process color (four color CMYK) of #acab08 color hex is 0.00, 0.01, 0.95, 0.33. Web safe color of #acab08 is #999900. Color #acab08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 00001000
Octal 254 253 10
Decimal 172 171 8
Hex AC AB 8

RGB Percentages of Color #acab08

%49.00
%48.72
%2.28

CMYK Percentages of Color #acab08

%0
%1
%95
%33

Triadic Colors of #acab08

#acab08 #08acab #ab08ac

Analogous Colors of #acab08

#acab08 #5bac08 #ac5908

Monochromatic Colors of #acab08

#acab08

Complementary Color

#acab08 #0809ac

#acab08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab08 Color CSS Codes

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

#acab08 Text Font Color

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

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


#acab08 Background Color

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

This div background color is #acab08


#acab08 Border Color

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

This div border color is #acab08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab08


Comments

No comments written yet.

Please login to write comment.