Color Hex Logo

#acdf60 Color Hex

#ACDF60
(172,223,96)
0 Favorites   0 Comments

Color spaces of #acdf60

RGB 17222396
HSL0.230.660.63
HSV84°57°87°
CMYK 0.230.000.57   0.13
XYZ45.512362.390520.7102
Yxy62.39050.35390.4851
Hunter Lab78.9877-35.377639.7458
CIE-Lab83.1207-36.073155.8782

#acdf60 color RGB value is (172,223,96).

#acdf60 hex color red value is 172, green value is 223 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #acdf60 hue: 0.23 , saturation: 0.66 and the lightness value of acdf60 is 0.63.

The process color (four color CMYK) of #acdf60 color hex is 0.23, 0.00, 0.57, 0.13. Web safe color of #acdf60 is #99cc66. Color #acdf60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01100000
Octal 254 337 140
Decimal 172 223 96
Hex AC DF 60

RGB Percentages of Color #acdf60

%35.03
%45.42
%19.55

CMYK Percentages of Color #acdf60

%23
%0
%57
%13

Triadic Colors of #acdf60

#acdf60 #60acdf #df60ac

Analogous Colors of #acdf60

#acdf60 #6ddf60 #dfd360

Monochromatic Colors of #acdf60

#acdf60

Complementary Color

#acdf60 #9360df

#acdf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf60 Color CSS Codes

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

#acdf60 Text Font Color

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

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


#acdf60 Background Color

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

This div background color is #acdf60


#acdf60 Border Color

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

This div border color is #acdf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf60


Comments

No comments written yet.

Please login to write comment.