Color Hex Logo

#acfc84 Color Hex

#ACFC84
(172,252,132)
0 Favorites   0 Comments

Color spaces of #acfc84

RGB 172252132
HSL0.280.950.75
HSV100°48°99°
CMYK 0.320.000.48   0.01
XYZ55.988580.057434.3315
Yxy80.05740.32860.4699
Hunter Lab89.4748-44.885239.8828
CIE-Lab91.7106-45.132149.5820

#acfc84 color RGB value is (172,252,132).

#acfc84 hex color red value is 172, green value is 252 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #acfc84 hue: 0.28 , saturation: 0.95 and the lightness value of acfc84 is 0.75.

The process color (four color CMYK) of #acfc84 color hex is 0.32, 0.00, 0.48, 0.01. Web safe color of #acfc84 is #99ff99. Color #acfc84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 10000100
Octal 254 374 204
Decimal 172 252 132
Hex AC FC 84

RGB Percentages of Color #acfc84

%30.94
%45.32
%23.74

CMYK Percentages of Color #acfc84

%32
%0
%48
%1

Triadic Colors of #acfc84

#acfc84 #84acfc #fc84ac

Analogous Colors of #acfc84

#acfc84 #84fc98 #e8fc84

Monochromatic Colors of #acfc84

#acfc84

Complementary Color

#acfc84 #d484fc

#acfc84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc84 Color CSS Codes

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

#acfc84 Text Font Color

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

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


#acfc84 Background Color

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

This div background color is #acfc84


#acfc84 Border Color

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

This div border color is #acfc84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc84


Comments

No comments written yet.

Please login to write comment.