Color Hex Logo

#acb22b Color Hex

#ACB22B
(172,178,43)
0 Favorites   0 Comments

Color spaces of #acb22b

RGB 17217843
HSL0.170.610.43
HSV63°76°70°
CMYK 0.030.000.76   0.30
XYZ33.369740.78598.3992
Yxy40.78590.40420.4940
Hunter Lab63.8638-18.493136.9070
CIE-Lab70.0257-18.071163.1823

#acb22b color RGB value is (172,178,43).

#acb22b hex color red value is 172, green value is 178 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #acb22b hue: 0.17 , saturation: 0.61 and the lightness value of acb22b is 0.43.

The process color (four color CMYK) of #acb22b color hex is 0.03, 0.00, 0.76, 0.30. Web safe color of #acb22b is #999933. Color #acb22b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 00101011
Octal 254 262 53
Decimal 172 178 43
Hex AC B2 2B

RGB Percentages of Color #acb22b

%43.77
%45.29
%10.94

CMYK Percentages of Color #acb22b

%3
%0
%76
%30

Triadic Colors of #acb22b

#acb22b #2bacb2 #b22bac

Analogous Colors of #acb22b

#acb22b #69b22b #b2752b

Monochromatic Colors of #acb22b

#acb22b

Complementary Color

#acb22b #312bb2

#acb22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb22b Color CSS Codes

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

#acb22b Text Font Color

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

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


#acb22b Background Color

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

This div background color is #acb22b


#acb22b Border Color

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

This div border color is #acb22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb22b


Comments

No comments written yet.

Please login to write comment.