Color Hex Logo

#acc145 Color Hex

#ACC145
(172,193,69)
0 Favorites   0 Comments

Color spaces of #acc145

RGB 17219369
HSL0.190.500.51
HSV70°64°76°
CMYK 0.110.000.64   0.24
XYZ37.157447.340312.8094
Yxy47.34030.38190.4865
Hunter Lab68.8043-24.009537.1249
CIE-Lab74.4069-24.085457.8755

#acc145 color RGB value is (172,193,69).

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

The process color (four color CMYK) of #acc145 color hex is 0.11, 0.00, 0.64, 0.24. Web safe color of #acc145 is #99cc33. Color #acc145 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01000101
Octal 254 301 105
Decimal 172 193 69
Hex AC C1 45

RGB Percentages of Color #acc145

%39.63
%44.47
%15.90

CMYK Percentages of Color #acc145

%11
%0
%64
%24

Triadic Colors of #acc145

#acc145 #45acc1 #c145ac

Analogous Colors of #acc145

#acc145 #6ec145 #c19845

Monochromatic Colors of #acc145

#acc145

Complementary Color

#acc145 #5a45c1

#acc145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc145 Color CSS Codes

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

#acc145 Text Font Color

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

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


#acc145 Background Color

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

This div background color is #acc145


#acc145 Border Color

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

This div border color is #acc145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc145


Comments

No comments written yet.

Please login to write comment.