Color Hex Logo

#acc93d Color Hex

#ACC93D
(172,201,61)
0 Favorites   0 Comments

Color spaces of #acc93d

RGB 17220161
HSL0.200.560.51
HSV72°70°79°
CMYK 0.140.000.70   0.21
XYZ38.742250.880912.1939
Yxy50.88090.38050.4997
Hunter Lab71.3308-27.879639.7961
CIE-Lab76.6068-28.442263.2638

#acc93d color RGB value is (172,201,61).

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

The process color (four color CMYK) of #acc93d color hex is 0.14, 0.00, 0.70, 0.21. Web safe color of #acc93d is #99cc33. Color #acc93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 00111101
Octal 254 311 75
Decimal 172 201 61
Hex AC C9 3D

RGB Percentages of Color #acc93d

%39.63
%46.31
%14.06

CMYK Percentages of Color #acc93d

%14
%0
%70
%21

Triadic Colors of #acc93d

#acc93d #3dacc9 #c93dac

Analogous Colors of #acc93d

#acc93d #66c93d #c9a03d

Monochromatic Colors of #acc93d

#acc93d

Complementary Color

#acc93d #5a3dc9

#acc93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc93d Color CSS Codes

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

#acc93d Text Font Color

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

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


#acc93d Background Color

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

This div background color is #acc93d


#acc93d Border Color

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

This div border color is #acc93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc93d


Comments

No comments written yet.

Please login to write comment.