Color Hex Logo

#acf44d Color Hex

#ACF44D
(172,244,77)
0 Favorites   0 Comments

Color spaces of #acf44d

RGB 17224477
HSL0.240.880.63
HSV86°68°96°
CMYK 0.300.000.68   0.04
XYZ50.703574.007818.6338
Yxy74.00780.35370.5163
Hunter Lab86.0278-45.343447.3771
CIE-Lab88.9262-46.756569.8678

#acf44d color RGB value is (172,244,77).

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

The process color (four color CMYK) of #acf44d color hex is 0.30, 0.00, 0.68, 0.04. Web safe color of #acf44d is #99ff66. Color #acf44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 01001101
Octal 254 364 115
Decimal 172 244 77
Hex AC F4 4D

RGB Percentages of Color #acf44d

%34.89
%49.49
%15.62

CMYK Percentages of Color #acf44d

%30
%0
%68
%4

Triadic Colors of #acf44d

#acf44d #4dacf4 #f44dac

Analogous Colors of #acf44d

#acf44d #58f44d #f4e94d

Monochromatic Colors of #acf44d

#acf44d

Complementary Color

#acf44d #954df4

#acf44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf44d Color CSS Codes

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

#acf44d Text Font Color

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

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


#acf44d Background Color

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

This div background color is #acf44d


#acf44d Border Color

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

This div border color is #acf44d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,244,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 #acf44d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf44d


Comments

No comments written yet.

Please login to write comment.