Color Hex Logo

#acfc83 Color Hex

#ACFC83
(172,252,131)
0 Favorites   0 Comments

Color spaces of #acfc83

RGB 172252131
HSL0.280.950.75
HSV100°48°99°
CMYK 0.320.000.48   0.01
XYZ55.920480.030233.9728
Yxy80.03020.32910.4710
Hunter Lab89.4596-44.975540.1060
CIE-Lab91.6984-45.249550.0367

#acfc83 color RGB value is (172,252,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 10000011
Octal 254 374 203
Decimal 172 252 131
Hex AC FC 83

RGB Percentages of Color #acfc83

%30.99
%45.41
%23.60

CMYK Percentages of Color #acfc83

%32
%0
%48
%1

Triadic Colors of #acfc83

#acfc83 #83acfc #fc83ac

Analogous Colors of #acfc83

#acfc83 #83fc97 #e9fc83

Monochromatic Colors of #acfc83

#acfc83

Complementary Color

#acfc83 #d383fc

#acfc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc83 Color CSS Codes

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

#acfc83 Text Font Color

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

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


#acfc83 Background Color

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

This div background color is #acfc83


#acfc83 Border Color

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

This div border color is #acfc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc83

Related Colors


Comments

No comments written yet.

Please login to write comment.