Color Hex Logo

#acc093 Color Hex

#ACC093
(172,192,147)
0 Favorites   0 Comments

Color spaces of #acc093

RGB 172192147
HSL0.240.260.66
HSV87°23°75°
CMYK 0.100.000.23   0.25
XYZ41.129448.576534.8122
Yxy48.57650.33030.3901
Hunter Lab69.6968-16.633319.1736
CIE-Lab75.1871-14.859620.4608

#acc093 color RGB value is (172,192,147).

#acc093 hex color red value is 172, green value is 192 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acc093 hue: 0.24 , saturation: 0.26 and the lightness value of acc093 is 0.66.

The process color (four color CMYK) of #acc093 color hex is 0.10, 0.00, 0.23, 0.25. Web safe color of #acc093 is #99cc99. Color #acc093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 10010011
Octal 254 300 223
Decimal 172 192 147
Hex AC C0 93

RGB Percentages of Color #acc093

%33.66
%37.57
%28.77

CMYK Percentages of Color #acc093

%10
%0
%23
%25

Triadic Colors of #acc093

#acc093 #93acc0 #c093ac

Analogous Colors of #acc093

#acc093 #96c093 #c0be93

Monochromatic Colors of #acc093

#acc093

Complementary Color

#acc093 #a793c0

#acc093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc093 Color CSS Codes

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

#acc093 Text Font Color

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

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


#acc093 Background Color

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

This div background color is #acc093


#acc093 Border Color

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

This div border color is #acc093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc093


Comments

No comments written yet.

Please login to write comment.