Color Hex Logo

#acdc62 Color Hex

#ACDC62
(172,220,98)
0 Favorites   0 Comments

Color spaces of #acdc62

RGB 17222098
HSL0.230.640.62
HSV84°55°86°
CMYK 0.220.000.55   0.14
XYZ44.811160.838920.9366
Yxy60.83890.35400.4806
Hunter Lab77.9993-33.949438.6849
CIE-Lab82.2921-34.520954.0320

#acdc62 color RGB value is (172,220,98).

#acdc62 hex color red value is 172, green value is 220 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #acdc62 hue: 0.23 , saturation: 0.64 and the lightness value of acdc62 is 0.62.

The process color (four color CMYK) of #acdc62 color hex is 0.22, 0.00, 0.55, 0.14. Web safe color of #acdc62 is #99cc66. Color #acdc62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 01100010
Octal 254 334 142
Decimal 172 220 98
Hex AC DC 62

RGB Percentages of Color #acdc62

%35.10
%44.90
%20.00

CMYK Percentages of Color #acdc62

%22
%0
%55
%14

Triadic Colors of #acdc62

#acdc62 #62acdc #dc62ac

Analogous Colors of #acdc62

#acdc62 #6fdc62 #dccf62

Monochromatic Colors of #acdc62

#acdc62

Complementary Color

#acdc62 #9262dc

#acdc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc62 Color CSS Codes

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

#acdc62 Text Font Color

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

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


#acdc62 Background Color

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

This div background color is #acdc62


#acdc62 Border Color

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

This div border color is #acdc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc62


Comments

No comments written yet.

Please login to write comment.