Color Hex Logo

#acbb20 Color Hex

#ACBB20
(172,187,32)
0 Favorites   0 Comments

Color spaces of #acbb20

RGB 17218732
HSL0.180.710.43
HSV66°83°73°
CMYK 0.080.000.83   0.27
XYZ35.044344.41568.0925
Yxy44.41560.40030.5073
Hunter Lab66.6450-22.767239.4521
CIE-Lab72.5054-22.955468.5069

#acbb20 color RGB value is (172,187,32).

#acbb20 hex color red value is 172, green value is 187 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #acbb20 hue: 0.18 , saturation: 0.71 and the lightness value of acbb20 is 0.43.

The process color (four color CMYK) of #acbb20 color hex is 0.08, 0.00, 0.83, 0.27. Web safe color of #acbb20 is #99cc33. Color #acbb20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 00100000
Octal 254 273 40
Decimal 172 187 32
Hex AC BB 20

RGB Percentages of Color #acbb20

%43.99
%47.83
%8.18

CMYK Percentages of Color #acbb20

%8
%0
%83
%27

Triadic Colors of #acbb20

#acbb20 #20acbb #bb20ac

Analogous Colors of #acbb20

#acbb20 #5fbb20 #bb7d20

Monochromatic Colors of #acbb20

#acbb20

Complementary Color

#acbb20 #2f20bb

#acbb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb20 Color CSS Codes

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

#acbb20 Text Font Color

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

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


#acbb20 Background Color

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

This div background color is #acbb20


#acbb20 Border Color

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

This div border color is #acbb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb20


Comments

No comments written yet.

Please login to write comment.