Color Hex Logo

#acf030 Color Hex

#ACF030
(172,240,48)
0 Favorites   0 Comments

Color spaces of #acf030

RGB 17224048
HSL0.230.860.56
HSV81°80°94°
CMYK 0.280.000.80   0.06
XYZ48.706871.304213.9923
Yxy71.30420.36350.5321
Hunter Lab84.4418-44.812849.2847
CIE-Lab87.6326-46.575177.7501

#acf030 color RGB value is (172,240,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 00110000
Octal 254 360 60
Decimal 172 240 48
Hex AC F0 30

RGB Percentages of Color #acf030

%37.39
%52.17
%10.43

CMYK Percentages of Color #acf030

%28
%0
%80
%6

Triadic Colors of #acf030

#acf030 #30acf0 #f030ac

Analogous Colors of #acf030

#acf030 #4cf030 #f0d430

Monochromatic Colors of #acf030

#acf030

Complementary Color

#acf030 #7430f0

#acf030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf030 Color CSS Codes

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

#acf030 Text Font Color

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

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


#acf030 Background Color

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

This div background color is #acf030


#acf030 Border Color

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

This div border color is #acf030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf030


Comments

No comments written yet.

Please login to write comment.