Color Hex Logo

#acca67 Color Hex

#ACCA67
(172,202,103)
0 Favorites   0 Comments

Color spaces of #acca67

RGB 172202103
HSL0.220.480.60
HSV78°49°79°
CMYK 0.150.000.49   0.21
XYZ40.582051.991020.7283
Yxy51.99100.35820.4589
Hunter Lab72.1048-25.720033.4290
CIE-Lab77.2755-25.546545.7668

#acca67 color RGB value is (172,202,103).

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

The process color (four color CMYK) of #acca67 color hex is 0.15, 0.00, 0.49, 0.21. Web safe color of #acca67 is #99cc66. Color #acca67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01100111
Octal 254 312 147
Decimal 172 202 103
Hex AC CA 67

RGB Percentages of Color #acca67

%36.06
%42.35
%21.59

CMYK Percentages of Color #acca67

%15
%0
%49
%21

Triadic Colors of #acca67

#acca67 #67acca #ca67ac

Analogous Colors of #acca67

#acca67 #7bca67 #cab767

Monochromatic Colors of #acca67

#acca67

Complementary Color

#acca67 #8567ca

#acca67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca67 Color CSS Codes

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

#acca67 Text Font Color

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

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


#acca67 Background Color

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

This div background color is #acca67


#acca67 Border Color

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

This div border color is #acca67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca67


Comments

No comments written yet.

Please login to write comment.