Color Hex Logo

#acb31b Color Hex

#ACB31B
(172,179,27)
0 Favorites   0 Comments

Color spaces of #acb31b

RGB 17217927
HSL0.170.740.40
HSV63°85°70°
CMYK 0.040.000.85   0.30
XYZ33.331241.09007.2113
Yxy41.09000.40830.5034
Hunter Lab64.1015-19.362038.2010
CIE-Lab70.2389-19.126167.7693

#acb31b color RGB value is (172,179,27).

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

The process color (four color CMYK) of #acb31b color hex is 0.04, 0.00, 0.85, 0.30. Web safe color of #acb31b is #99cc33. Color #acb31b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00011011
Octal 254 263 33
Decimal 172 179 27
Hex AC B3 1B

RGB Percentages of Color #acb31b

%45.50
%47.35
%7.14

CMYK Percentages of Color #acb31b

%4
%0
%85
%30

Triadic Colors of #acb31b

#acb31b #1bacb3 #b31bac

Analogous Colors of #acb31b

#acb31b #60b31b #b36e1b

Monochromatic Colors of #acb31b

#acb31b

Complementary Color

#acb31b #221bb3

#acb31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb31b Color CSS Codes

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

#acb31b Text Font Color

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

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


#acb31b Background Color

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

This div background color is #acb31b


#acb31b Border Color

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

This div border color is #acb31b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,179,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 #acb31b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb31b


Comments

No comments written yet.

Please login to write comment.