Color Hex Logo

#acdf40 Color Hex

#ACDF40
(172,223,64)
0 Favorites   0 Comments

Color spaces of #acdf40

RGB 17222364
HSL0.220.710.56
HSV79°71°87°
CMYK 0.230.000.71   0.13
XYZ44.326361.916214.4653
Yxy61.91620.36720.5129
Hunter Lab78.6868-37.148444.1813
CIE-Lab82.8688-38.415468.4121

#acdf40 color RGB value is (172,223,64).

#acdf40 hex color red value is 172, green value is 223 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #acdf40 hue: 0.22 , saturation: 0.71 and the lightness value of acdf40 is 0.56.

The process color (four color CMYK) of #acdf40 color hex is 0.23, 0.00, 0.71, 0.13. Web safe color of #acdf40 is #99cc33. Color #acdf40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01000000
Octal 254 337 100
Decimal 172 223 64
Hex AC DF 40

RGB Percentages of Color #acdf40

%37.47
%48.58
%13.94

CMYK Percentages of Color #acdf40

%23
%0
%71
%13

Triadic Colors of #acdf40

#acdf40 #40acdf #df40ac

Analogous Colors of #acdf40

#acdf40 #5ddf40 #dfc340

Monochromatic Colors of #acdf40

#acdf40

Complementary Color

#acdf40 #7340df

#acdf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf40 Color CSS Codes

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

#acdf40 Text Font Color

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

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


#acdf40 Background Color

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

This div background color is #acdf40


#acdf40 Border Color

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

This div border color is #acdf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf40


Comments

No comments written yet.

Please login to write comment.