Color Hex Logo

#acc375 Color Hex

#ACC375
(172,195,117)
0 Favorites   0 Comments

Color spaces of #acc375

RGB 172195117
HSL0.220.390.61
HSV78°40°76°
CMYK 0.120.000.40   0.24
XYZ39.739349.085224.2095
Yxy49.08520.35160.4343
Hunter Lab70.0608-21.359228.5549
CIE-Lab75.5043-20.536536.6025

#acc375 color RGB value is (172,195,117).

#acc375 hex color red value is 172, green value is 195 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #acc375 hue: 0.22 , saturation: 0.39 and the lightness value of acc375 is 0.61.

The process color (four color CMYK) of #acc375 color hex is 0.12, 0.00, 0.40, 0.24. Web safe color of #acc375 is #99cc66. Color #acc375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 01110101
Octal 254 303 165
Decimal 172 195 117
Hex AC C3 75

RGB Percentages of Color #acc375

%35.54
%40.29
%24.17

CMYK Percentages of Color #acc375

%12
%0
%40
%24

Triadic Colors of #acc375

#acc375 #75acc3 #c375ac

Analogous Colors of #acc375

#acc375 #85c375 #c3b375

Monochromatic Colors of #acc375

#acc375

Complementary Color

#acc375 #8c75c3

#acc375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc375 Color CSS Codes

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

#acc375 Text Font Color

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

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


#acc375 Background Color

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

This div background color is #acc375


#acc375 Border Color

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

This div border color is #acc375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc375


Comments

No comments written yet.

Please login to write comment.