Color Hex Logo

#acc414 Color Hex

#ACC414
(172,196,20)
0 Favorites   0 Comments

Color spaces of #acc414

RGB 17219620
HSL0.190.810.42
HSV68°90°77°
CMYK 0.120.000.90   0.23
XYZ36.879548.30108.0411
Yxy48.30100.39560.5181
Hunter Lab69.4989-26.902341.7893
CIE-Lab75.0144-27.617673.0111

#acc414 color RGB value is (172,196,20).

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

The process color (four color CMYK) of #acc414 color hex is 0.12, 0.00, 0.90, 0.23. Web safe color of #acc414 is #99cc00. Color #acc414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 00010100
Octal 254 304 24
Decimal 172 196 20
Hex AC C4 14

RGB Percentages of Color #acc414

%44.33
%50.52
%5.15

CMYK Percentages of Color #acc414

%12
%0
%90
%23

Triadic Colors of #acc414

#acc414 #14acc4 #c414ac

Analogous Colors of #acc414

#acc414 #54c414 #c48414

Monochromatic Colors of #acc414

#acc414

Complementary Color

#acc414 #2c14c4

#acc414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc414 Color CSS Codes

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

#acc414 Text Font Color

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

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


#acc414 Background Color

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

This div background color is #acc414


#acc414 Border Color

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

This div border color is #acc414


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,196,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 #acc414">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc414


Comments

No comments written yet.

Please login to write comment.