Color Hex Logo

#acc21a Color Hex

#ACC21A
(172,194,26)
0 Favorites   0 Comments

Color spaces of #acc21a

RGB 17219426
HSL0.190.760.43
HSV68°87°76°
CMYK 0.110.000.87   0.24
XYZ36.491547.42888.2087
Yxy47.42880.39610.5148
Hunter Lab68.8686-25.937941.1410
CIE-Lab74.4632-26.525371.4818

#acc21a color RGB value is (172,194,26).

#acc21a hex color red value is 172, green value is 194 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #acc21a hue: 0.19 , saturation: 0.76 and the lightness value of acc21a is 0.43.

The process color (four color CMYK) of #acc21a color hex is 0.11, 0.00, 0.87, 0.24. Web safe color of #acc21a is #99cc33. Color #acc21a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 00011010
Octal 254 302 32
Decimal 172 194 26
Hex AC C2 1A

RGB Percentages of Color #acc21a

%43.88
%49.49
%6.63

CMYK Percentages of Color #acc21a

%11
%0
%87
%24

Triadic Colors of #acc21a

#acc21a #1aacc2 #c21aac

Analogous Colors of #acc21a

#acc21a #58c21a #c2841a

Monochromatic Colors of #acc21a

#acc21a

Complementary Color

#acc21a #301ac2

#acc21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc21a Color CSS Codes

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

#acc21a Text Font Color

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

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


#acc21a Background Color

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

This div background color is #acc21a


#acc21a Border Color

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

This div border color is #acc21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc21a


Comments

No comments written yet.

Please login to write comment.