Color Hex Logo

#acc10e Color Hex

#ACC10E
(172,193,14)
0 Favorites   0 Comments

Color spaces of #acc10e

RGB 17219314
HSL0.190.860.41
HSV67°93°76°
CMYK 0.110.000.93   0.24
XYZ36.162546.94237.5703
Yxy46.94230.39880.5177
Hunter Lab68.5145-25.686541.4090
CIE-Lab74.1528-26.282973.1963

#acc10e color RGB value is (172,193,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00001110
Octal 254 301 16
Decimal 172 193 14
Hex AC C1 E

RGB Percentages of Color #acc10e

%45.38
%50.92
%3.69

CMYK Percentages of Color #acc10e

%11
%0
%93
%24

Triadic Colors of #acc10e

#acc10e #0eacc1 #c10eac

Analogous Colors of #acc10e

#acc10e #52c10e #c17d0e

Monochromatic Colors of #acc10e

#acc10e

Complementary Color

#acc10e #230ec1

#acc10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc10e Color CSS Codes

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

#acc10e Text Font Color

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

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


#acc10e Background Color

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

This div background color is #acc10e


#acc10e Border Color

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

This div border color is #acc10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc10e


Comments

No comments written yet.

Please login to write comment.