Color Hex Logo

#acc114 Color Hex

#ACC114
(172,193,20)
0 Favorites   0 Comments

Color spaces of #acc114

RGB 17219320
HSL0.190.810.42
HSV67°90°76°
CMYK 0.110.000.90   0.24
XYZ36.209546.96117.8178
Yxy46.96110.39800.5161
Hunter Lab68.5282-25.606941.2058
CIE-Lab74.1649-26.177972.3304

#acc114 color RGB value is (172,193,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00010100
Octal 254 301 24
Decimal 172 193 20
Hex AC C1 14

RGB Percentages of Color #acc114

%44.68
%50.13
%5.19

CMYK Percentages of Color #acc114

%11
%0
%90
%24

Triadic Colors of #acc114

#acc114 #14acc1 #c114ac

Analogous Colors of #acc114

#acc114 #56c114 #c18014

Monochromatic Colors of #acc114

#acc114

Complementary Color

#acc114 #2914c1

#acc114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc114 Color CSS Codes

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

#acc114 Text Font Color

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

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


#acc114 Background Color

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

This div background color is #acc114


#acc114 Border Color

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

This div border color is #acc114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc114


Comments

No comments written yet.

Please login to write comment.