Color Hex Logo

#acc383 Color Hex

#ACC383
(172,195,131)
0 Favorites   0 Comments

Color spaces of #acc383

RGB 172195131
HSL0.230.350.64
HSV82°33°76°
CMYK 0.120.000.33   0.24
XYZ40.625149.439628.8743
Yxy49.43960.34160.4157
Hunter Lab70.3133-19.915924.8717
CIE-Lab75.7240-18.725929.6515

#acc383 color RGB value is (172,195,131).

#acc383 hex color red value is 172, green value is 195 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #acc383 hue: 0.23 , saturation: 0.35 and the lightness value of acc383 is 0.64.

The process color (four color CMYK) of #acc383 color hex is 0.12, 0.00, 0.33, 0.24. Web safe color of #acc383 is #99cc99. Color #acc383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 10000011
Octal 254 303 203
Decimal 172 195 131
Hex AC C3 83

RGB Percentages of Color #acc383

%34.54
%39.16
%26.31

CMYK Percentages of Color #acc383

%12
%0
%33
%24

Triadic Colors of #acc383

#acc383 #83acc3 #c383ac

Analogous Colors of #acc383

#acc383 #8cc383 #c3ba83

Monochromatic Colors of #acc383

#acc383

Complementary Color

#acc383 #9a83c3

#acc383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc383 Color CSS Codes

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

#acc383 Text Font Color

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

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


#acc383 Background Color

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

This div background color is #acc383


#acc383 Border Color

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

This div border color is #acc383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc383


Comments

No comments written yet.

Please login to write comment.