Color Hex Logo

#acca43 Color Hex

#ACCA43
(172,202,67)
0 Favorites   0 Comments

Color spaces of #acca43

RGB 17220267
HSL0.200.560.53
HSV73°67°79°
CMYK 0.150.000.67   0.21
XYZ39.146951.417013.1714
Yxy51.41700.37740.4957
Hunter Lab71.7056-28.034839.3031
CIE-Lab76.9309-28.552861.3126

#acca43 color RGB value is (172,202,67).

#acca43 hex color red value is 172, green value is 202 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #acca43 hue: 0.20 , saturation: 0.56 and the lightness value of acca43 is 0.53.

The process color (four color CMYK) of #acca43 color hex is 0.15, 0.00, 0.67, 0.21. Web safe color of #acca43 is #99cc33. Color #acca43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01000011
Octal 254 312 103
Decimal 172 202 67
Hex AC CA 43

RGB Percentages of Color #acca43

%39.00
%45.80
%15.19

CMYK Percentages of Color #acca43

%15
%0
%67
%21

Triadic Colors of #acca43

#acca43 #43acca #ca43ac

Analogous Colors of #acca43

#acca43 #69ca43 #caa543

Monochromatic Colors of #acca43

#acca43

Complementary Color

#acca43 #6143ca

#acca43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca43 Color CSS Codes

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

#acca43 Text Font Color

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

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


#acca43 Background Color

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

This div background color is #acca43


#acca43 Border Color

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

This div border color is #acca43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca43


Comments

No comments written yet.

Please login to write comment.