Color Hex Logo

#acc394 Color Hex

#ACC394
(172,195,148)
0 Favorites   0 Comments

Color spaces of #acc394

RGB 172195148
HSL0.250.280.67
HSV89°24°76°
CMYK 0.120.000.24   0.24
XYZ41.873749.939035.4492
Yxy49.93900.32900.3924
Hunter Lab70.6675-17.898919.7254
CIE-Lab76.0318-16.232921.0881

#acc394 color RGB value is (172,195,148).

#acc394 hex color red value is 172, green value is 195 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #acc394 hue: 0.25 , saturation: 0.28 and the lightness value of acc394 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 10010100
Octal 254 303 224
Decimal 172 195 148
Hex AC C3 94

RGB Percentages of Color #acc394

%33.40
%37.86
%28.74

CMYK Percentages of Color #acc394

%12
%0
%24
%24

Triadic Colors of #acc394

#acc394 #94acc3 #c394ac

Analogous Colors of #acc394

#acc394 #95c394 #c3c394

Monochromatic Colors of #acc394

#acc394

Complementary Color

#acc394 #ab94c3

#acc394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc394 Color CSS Codes

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

#acc394 Text Font Color

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

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


#acc394 Background Color

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

This div background color is #acc394


#acc394 Border Color

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

This div border color is #acc394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc394


Comments

No comments written yet.

Please login to write comment.