Color Hex Logo

#acc30f Color Hex

#ACC30F
(172,195,15)
0 Favorites   0 Comments

Color spaces of #acc30f

RGB 17219515
HSL0.190.860.41
HSV68°92°76°
CMYK 0.120.000.92   0.24
XYZ36.614647.83547.7553
Yxy47.83540.39710.5188
Hunter Lab69.1631-26.538541.7660
CIE-Lab74.7210-27.228273.5114

#acc30f color RGB value is (172,195,15).

#acc30f hex color red value is 172, green value is 195 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #acc30f hue: 0.19 , saturation: 0.86 and the lightness value of acc30f is 0.41.

The process color (four color CMYK) of #acc30f color hex is 0.12, 0.00, 0.92, 0.24. Web safe color of #acc30f is #99cc00. Color #acc30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 00001111
Octal 254 303 17
Decimal 172 195 15
Hex AC C3 F

RGB Percentages of Color #acc30f

%45.03
%51.05
%3.93

CMYK Percentages of Color #acc30f

%12
%0
%92
%24

Triadic Colors of #acc30f

#acc30f #0facc3 #c30fac

Analogous Colors of #acc30f

#acc30f #52c30f #c3800f

Monochromatic Colors of #acc30f

#acc30f

Complementary Color

#acc30f #260fc3

#acc30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc30f Color CSS Codes

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

#acc30f Text Font Color

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

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


#acc30f Background Color

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

This div background color is #acc30f


#acc30f Border Color

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

This div border color is #acc30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc30f


Comments

No comments written yet.

Please login to write comment.