Color Hex Logo

#acc067 Color Hex

#ACC067
(172,192,103)
0 Favorites   0 Comments

Color spaces of #acc067

RGB 172192103
HSL0.200.410.58
HSV73°46°75°
CMYK 0.100.000.46   0.25
XYZ38.311147.449219.9714
Yxy47.44920.36230.4488
Hunter Lab68.8834-21.269031.0284
CIE-Lab74.4762-20.638742.3582

#acc067 color RGB value is (172,192,103).

#acc067 hex color red value is 172, green value is 192 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #acc067 hue: 0.20 , saturation: 0.41 and the lightness value of acc067 is 0.58.

The process color (four color CMYK) of #acc067 color hex is 0.10, 0.00, 0.46, 0.25. Web safe color of #acc067 is #99cc66. Color #acc067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 01100111
Octal 254 300 147
Decimal 172 192 103
Hex AC C0 67

RGB Percentages of Color #acc067

%36.83
%41.11
%22.06

CMYK Percentages of Color #acc067

%10
%0
%46
%25

Triadic Colors of #acc067

#acc067 #67acc0 #c067ac

Analogous Colors of #acc067

#acc067 #80c067 #c0a867

Monochromatic Colors of #acc067

#acc067

Complementary Color

#acc067 #7b67c0

#acc067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc067 Color CSS Codes

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

#acc067 Text Font Color

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

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


#acc067 Background Color

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

This div background color is #acc067


#acc067 Border Color

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

This div border color is #acc067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc067


Comments

No comments written yet.

Please login to write comment.