Color Hex Logo

#acc693 Color Hex

#ACC693
(172,198,147)
0 Favorites   0 Comments

Color spaces of #acc693

RGB 172198147
HSL0.250.310.68
HSV91°26°78°
CMYK 0.130.000.26   0.22
XYZ42.473851.265435.2604
Yxy51.26540.32930.3974
Hunter Lab71.5999-19.411720.9217
CIE-Lab76.8395-17.905522.7254

#acc693 color RGB value is (172,198,147).

#acc693 hex color red value is 172, green value is 198 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acc693 hue: 0.25 , saturation: 0.31 and the lightness value of acc693 is 0.68.

The process color (four color CMYK) of #acc693 color hex is 0.13, 0.00, 0.26, 0.22. Web safe color of #acc693 is #99cc99. Color #acc693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 10010011
Octal 254 306 223
Decimal 172 198 147
Hex AC C6 93

RGB Percentages of Color #acc693

%33.27
%38.30
%28.43

CMYK Percentages of Color #acc693

%13
%0
%26
%22

Triadic Colors of #acc693

#acc693 #93acc6 #c693ac

Analogous Colors of #acc693

#acc693 #93c694 #c6c693

Monochromatic Colors of #acc693

#acc693

Complementary Color

#acc693 #ad93c6

#acc693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc693 Color CSS Codes

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

#acc693 Text Font Color

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

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


#acc693 Background Color

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

This div background color is #acc693


#acc693 Border Color

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

This div border color is #acc693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc693


Comments

No comments written yet.

Please login to write comment.