Color Hex Logo

#acf648 Color Hex

#ACF648
(172,246,72)
0 Favorites   0 Comments

Color spaces of #acf648

RGB 17224672
HSL0.240.910.62
HSV86°71°96°
CMYK 0.300.000.71   0.04
XYZ51.138775.150117.9410
Yxy75.15010.35460.5210
Hunter Lab86.6892-46.407348.4119
CIE-Lab89.4633-47.914672.1874

#acf648 color RGB value is (172,246,72).

#acf648 hex color red value is 172, green value is 246 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #acf648 hue: 0.24 , saturation: 0.91 and the lightness value of acf648 is 0.62.

The process color (four color CMYK) of #acf648 color hex is 0.30, 0.00, 0.71, 0.04. Web safe color of #acf648 is #99ff33. Color #acf648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01001000
Octal 254 366 110
Decimal 172 246 72
Hex AC F6 48

RGB Percentages of Color #acf648

%35.10
%50.20
%14.69

CMYK Percentages of Color #acf648

%30
%0
%71
%4

Triadic Colors of #acf648

#acf648 #48acf6 #f648ac

Analogous Colors of #acf648

#acf648 #55f648 #f6e948

Monochromatic Colors of #acf648

#acf648

Complementary Color

#acf648 #9248f6

#acf648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf648 Color CSS Codes

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

#acf648 Text Font Color

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

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


#acf648 Background Color

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

This div background color is #acf648


#acf648 Border Color

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

This div border color is #acf648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf648


Comments

No comments written yet.

Please login to write comment.