Color Hex Logo

#accc43 Color Hex

#ACCC43
(172,204,67)
0 Favorites   0 Comments

Color spaces of #accc43

RGB 17220467
HSL0.210.570.53
HSV74°67°80°
CMYK 0.160.000.67   0.20
XYZ39.619252.361613.3288
Yxy52.36160.37620.4972
Hunter Lab72.3613-28.900139.7318
CIE-Lab77.4966-29.500861.8954

#accc43 color RGB value is (172,204,67).

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

The process color (four color CMYK) of #accc43 color hex is 0.16, 0.00, 0.67, 0.20. Web safe color of #accc43 is #99cc33. Color #accc43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01000011
Octal 254 314 103
Decimal 172 204 67
Hex AC CC 43

RGB Percentages of Color #accc43

%38.83
%46.05
%15.12

CMYK Percentages of Color #accc43

%16
%0
%67
%20

Triadic Colors of #accc43

#accc43 #43accc #cc43ac

Analogous Colors of #accc43

#accc43 #68cc43 #cca843

Monochromatic Colors of #accc43

#accc43

Complementary Color

#accc43 #6343cc

#accc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc43 Color CSS Codes

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

#accc43 Text Font Color

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

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


#accc43 Background Color

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

This div background color is #accc43


#accc43 Border Color

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

This div border color is #accc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc43


Comments

No comments written yet.

Please login to write comment.