Color Hex Logo

#acac1b Color Hex

#ACAC1B
(172,172,27)
0 Favorites   0 Comments

Color spaces of #acac1b

RGB 17217227
HSL0.170.730.39
HSV60°84°67°
CMYK 0.000.000.84   0.33
XYZ31.963638.35486.7555
Yxy38.35480.41470.4976
Hunter Lab61.9313-16.253336.8845
CIE-Lab68.2813-15.577966.1362

#acac1b color RGB value is (172,172,27).

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

The process color (four color CMYK) of #acac1b color hex is 0.00, 0.00, 0.84, 0.33. Web safe color of #acac1b is #999933. Color #acac1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00011011
Octal 254 254 33
Decimal 172 172 27
Hex AC AC 1B

RGB Percentages of Color #acac1b

%46.36
%46.36
%7.28

CMYK Percentages of Color #acac1b

%0
%0
%84
%33

Triadic Colors of #acac1b

#acac1b #1bacac #ac1bac

Analogous Colors of #acac1b

#acac1b #64ac1b #ac641b

Monochromatic Colors of #acac1b

#acac1b

Complementary Color

#acac1b #1b1bac

#acac1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac1b Color CSS Codes

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

#acac1b Text Font Color

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

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


#acac1b Background Color

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

This div background color is #acac1b


#acac1b Border Color

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

This div border color is #acac1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac1b


Comments

No comments written yet.

Please login to write comment.