Color Hex Logo

#acf780 Color Hex

#ACF780
(172,247,128)
0 Favorites   0 Comments

Color spaces of #acf780

RGB 172247128
HSL0.270.880.74
HSV98°48°97°
CMYK 0.300.000.48   0.03
XYZ54.170376.850732.4007
Yxy76.85070.33150.4703
Hunter Lab87.6645-43.112939.4517
CIE-Lab90.2529-43.435849.6699

#acf780 color RGB value is (172,247,128).

#acf780 hex color red value is 172, green value is 247 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #acf780 hue: 0.27 , saturation: 0.88 and the lightness value of acf780 is 0.74.

The process color (four color CMYK) of #acf780 color hex is 0.30, 0.00, 0.48, 0.03. Web safe color of #acf780 is #99ff99. Color #acf780 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 10000000
Octal 254 367 200
Decimal 172 247 128
Hex AC F7 80

RGB Percentages of Color #acf780

%31.44
%45.16
%23.40

CMYK Percentages of Color #acf780

%30
%0
%48
%3

Triadic Colors of #acf780

#acf780 #80acf7 #f780ac

Analogous Colors of #acf780

#acf780 #80f790 #e8f780

Monochromatic Colors of #acf780

#acf780

Complementary Color

#acf780 #cb80f7

#acf780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf780 Color CSS Codes

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

#acf780 Text Font Color

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

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


#acf780 Background Color

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

This div background color is #acf780


#acf780 Border Color

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

This div border color is #acf780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf780


Comments

No comments written yet.

Please login to write comment.