Color Hex Logo

#acc212 Color Hex

#ACC212
(172,194,18)
0 Favorites   0 Comments

Color spaces of #acc212

RGB 17219418
HSL0.190.830.42
HSV68°91°76°
CMYK 0.110.000.91   0.24
XYZ36.414247.39797.8017
Yxy47.39790.39750.5174
Hunter Lab68.8461-26.068241.4735
CIE-Lab74.4436-26.697472.8680

#acc212 color RGB value is (172,194,18).

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

The process color (four color CMYK) of #acc212 color hex is 0.11, 0.00, 0.91, 0.24. Web safe color of #acc212 is #99cc00. Color #acc212 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 00010010
Octal 254 302 22
Decimal 172 194 18
Hex AC C2 12

RGB Percentages of Color #acc212

%44.79
%50.52
%4.69

CMYK Percentages of Color #acc212

%11
%0
%91
%24

Triadic Colors of #acc212

#acc212 #12acc2 #c212ac

Analogous Colors of #acc212

#acc212 #54c212 #c28012

Monochromatic Colors of #acc212

#acc212

Complementary Color

#acc212 #2812c2

#acc212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc212 Color CSS Codes

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

#acc212 Text Font Color

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

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


#acc212 Background Color

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

This div background color is #acc212


#acc212 Border Color

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

This div border color is #acc212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc212

#acc212 Color Palettes


Comments

No comments written yet.

Please login to write comment.