Color Hex Logo

#acc969 Color Hex

#ACC969
(172,201,105)
0 Favorites   0 Comments

Color spaces of #acc969

RGB 172201105
HSL0.220.470.60
HSV78°48°79°
CMYK 0.140.000.48   0.21
XYZ40.449751.563921.1855
Yxy51.56390.35730.4555
Hunter Lab71.8080-25.114332.7733
CIE-Lab77.0193-24.852144.4854

#acc969 color RGB value is (172,201,105).

#acc969 hex color red value is 172, green value is 201 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #acc969 hue: 0.22 , saturation: 0.47 and the lightness value of acc969 is 0.60.

The process color (four color CMYK) of #acc969 color hex is 0.14, 0.00, 0.48, 0.21. Web safe color of #acc969 is #99cc66. Color #acc969 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 01101001
Octal 254 311 151
Decimal 172 201 105
Hex AC C9 69

RGB Percentages of Color #acc969

%35.98
%42.05
%21.97

CMYK Percentages of Color #acc969

%14
%0
%48
%21

Triadic Colors of #acc969

#acc969 #69acc9 #c969ac

Analogous Colors of #acc969

#acc969 #7cc969 #c9b669

Monochromatic Colors of #acc969

#acc969

Complementary Color

#acc969 #8669c9

#acc969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc969 Color CSS Codes

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

#acc969 Text Font Color

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

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


#acc969 Background Color

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

This div background color is #acc969


#acc969 Border Color

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

This div border color is #acc969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc969


Comments

No comments written yet.

Please login to write comment.