Color Hex Logo

#acf980 Color Hex

#ACF980
(172,249,128)
0 Favorites   0 Comments

Color spaces of #acf980

RGB 172249128
HSL0.270.910.74
HSV98°49°98°
CMYK 0.310.000.49   0.02
XYZ54.785278.080532.6056
Yxy78.08050.33110.4719
Hunter Lab88.3632-43.965539.9765
CIE-Lab90.8166-44.303250.3611

#acf980 color RGB value is (172,249,128).

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

The process color (four color CMYK) of #acf980 color hex is 0.31, 0.00, 0.49, 0.02. Web safe color of #acf980 is #99ff99. Color #acf980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10000000
Octal 254 371 200
Decimal 172 249 128
Hex AC F9 80

RGB Percentages of Color #acf980

%31.33
%45.36
%23.32

CMYK Percentages of Color #acf980

%31
%0
%49
%2

Triadic Colors of #acf980

#acf980 #80acf9 #f980ac

Analogous Colors of #acf980

#acf980 #80f991 #e9f980

Monochromatic Colors of #acf980

#acf980

Complementary Color

#acf980 #cd80f9

#acf980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf980 Color CSS Codes

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

#acf980 Text Font Color

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

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


#acf980 Background Color

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

This div background color is #acf980


#acf980 Border Color

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

This div border color is #acf980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf980


Comments

No comments written yet.

Please login to write comment.