Color Hex Logo

#acf02d Color Hex

#ACF02D
(172,240,45)
0 Favorites   0 Comments

Color spaces of #acf02d

RGB 17224045
HSL0.220.870.56
HSV81°81°94°
CMYK 0.280.000.81   0.06
XYZ48.647071.280313.6771
Yxy71.28030.36410.5335
Hunter Lab84.4277-44.897249.4945
CIE-Lab87.6210-46.689178.4938

#acf02d color RGB value is (172,240,45).

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

The process color (four color CMYK) of #acf02d color hex is 0.28, 0.00, 0.81, 0.06. Web safe color of #acf02d is #99ff33. Color #acf02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 00101101
Octal 254 360 55
Decimal 172 240 45
Hex AC F0 2D

RGB Percentages of Color #acf02d

%37.64
%52.52
%9.85

CMYK Percentages of Color #acf02d

%28
%0
%81
%6

Triadic Colors of #acf02d

#acf02d #2dacf0 #f02dac

Analogous Colors of #acf02d

#acf02d #4bf02d #f0d32d

Monochromatic Colors of #acf02d

#acf02d

Complementary Color

#acf02d #712df0

#acf02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf02d Color CSS Codes

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

#acf02d Text Font Color

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

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


#acf02d Background Color

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

This div background color is #acf02d


#acf02d Border Color

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

This div border color is #acf02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf02d


Comments

No comments written yet.

Please login to write comment.