Color Hex Logo

#acf24d Color Hex

#ACF24D
(172,242,77)
0 Favorites   0 Comments

Color spaces of #acf24d

RGB 17224277
HSL0.240.860.63
HSV85°68°95°
CMYK 0.290.000.68   0.05
XYZ50.104972.810718.4343
Yxy72.81070.35450.5151
Hunter Lab85.3292-44.511746.9216
CIE-Lab88.3574-45.906869.2848

#acf24d color RGB value is (172,242,77).

#acf24d hex color red value is 172, green value is 242 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #acf24d hue: 0.24 , saturation: 0.86 and the lightness value of acf24d is 0.63.

The process color (four color CMYK) of #acf24d color hex is 0.29, 0.00, 0.68, 0.05. Web safe color of #acf24d is #99ff66. Color #acf24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 01001101
Octal 254 362 115
Decimal 172 242 77
Hex AC F2 4D

RGB Percentages of Color #acf24d

%35.03
%49.29
%15.68

CMYK Percentages of Color #acf24d

%29
%0
%68
%5

Triadic Colors of #acf24d

#acf24d #4dacf2 #f24dac

Analogous Colors of #acf24d

#acf24d #5af24d #f2e64d

Monochromatic Colors of #acf24d

#acf24d

Complementary Color

#acf24d #934df2

#acf24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf24d Color CSS Codes

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

#acf24d Text Font Color

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

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


#acf24d Background Color

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

This div background color is #acf24d


#acf24d Border Color

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

This div border color is #acf24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf24d


Comments

No comments written yet.

Please login to write comment.