Color Hex Logo

#acc445 Color Hex

#ACC445
(172,196,69)
0 Favorites   0 Comments

Color spaces of #acc445

RGB 17219669
HSL0.200.520.52
HSV71°65°77°
CMYK 0.120.000.65   0.23
XYZ37.827448.680213.0327
Yxy48.68020.38000.4891
Hunter Lab69.7712-25.323437.7649
CIE-Lab75.2519-25.543458.7662

#acc445 color RGB value is (172,196,69).

#acc445 hex color red value is 172, green value is 196 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #acc445 hue: 0.20 , saturation: 0.52 and the lightness value of acc445 is 0.52.

The process color (four color CMYK) of #acc445 color hex is 0.12, 0.00, 0.65, 0.23. Web safe color of #acc445 is #99cc33. Color #acc445 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01000101
Octal 254 304 105
Decimal 172 196 69
Hex AC C4 45

RGB Percentages of Color #acc445

%39.36
%44.85
%15.79

CMYK Percentages of Color #acc445

%12
%0
%65
%23

Triadic Colors of #acc445

#acc445 #45acc4 #c445ac

Analogous Colors of #acc445

#acc445 #6dc445 #c49d45

Monochromatic Colors of #acc445

#acc445

Complementary Color

#acc445 #5d45c4

#acc445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc445 Color CSS Codes

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

#acc445 Text Font Color

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

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


#acc445 Background Color

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

This div background color is #acc445


#acc445 Border Color

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

This div border color is #acc445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc445


Comments

No comments written yet.

Please login to write comment.