Color Hex Logo

#acc14e Color Hex

#ACC14E
(172,193,78)
0 Favorites   0 Comments

Color spaces of #acc14e

RGB 17219378
HSL0.200.480.53
HSV71°60°76°
CMYK 0.110.000.60   0.24
XYZ37.458447.460614.3943
Yxy47.46060.37720.4779
Hunter Lab68.8917-23.504735.8360
CIE-Lab74.4834-23.430754.1217

#acc14e color RGB value is (172,193,78).

#acc14e hex color red value is 172, green value is 193 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acc14e hue: 0.20 , saturation: 0.48 and the lightness value of acc14e is 0.53.

The process color (four color CMYK) of #acc14e color hex is 0.11, 0.00, 0.60, 0.24. Web safe color of #acc14e is #99cc66. Color #acc14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01001110
Octal 254 301 116
Decimal 172 193 78
Hex AC C1 4E

RGB Percentages of Color #acc14e

%38.83
%43.57
%17.61

CMYK Percentages of Color #acc14e

%11
%0
%60
%24

Triadic Colors of #acc14e

#acc14e #4eacc1 #c14eac

Analogous Colors of #acc14e

#acc14e #73c14e #c19d4e

Monochromatic Colors of #acc14e

#acc14e

Complementary Color

#acc14e #634ec1

#acc14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc14e Color CSS Codes

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

#acc14e Text Font Color

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

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


#acc14e Background Color

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

This div background color is #acc14e


#acc14e Border Color

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

This div border color is #acc14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc14e


Comments

No comments written yet.

Please login to write comment.