Color Hex Logo

#acfe52 Color Hex

#ACFE52
(172,254,82)
0 Favorites   0 Comments

Color spaces of #acfe52

RGB 17225482
HSL0.250.990.66
HSV89°68°100°
CMYK 0.320.000.68   0.00
XYZ53.978180.263520.6301
Yxy80.26350.34850.5183
Hunter Lab89.5899-49.235749.0601
CIE-Lab91.8030-50.608170.9962

#acfe52 color RGB value is (172,254,82).

#acfe52 hex color red value is 172, green value is 254 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #acfe52 hue: 0.25 , saturation: 0.99 and the lightness value of acfe52 is 0.66.

The process color (four color CMYK) of #acfe52 color hex is 0.32, 0.00, 0.68, 0.00. Web safe color of #acfe52 is #99ff66. Color #acfe52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 01010010
Octal 254 376 122
Decimal 172 254 82
Hex AC FE 52

RGB Percentages of Color #acfe52

%33.86
%50.00
%16.14

CMYK Percentages of Color #acfe52

%32
%0
%68
%0

Triadic Colors of #acfe52

#acfe52 #52acfe #fe52ac

Analogous Colors of #acfe52

#acfe52 #56fe52 #fefa52

Monochromatic Colors of #acfe52

#acfe52

Complementary Color

#acfe52 #a452fe

#acfe52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe52 Color CSS Codes

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

#acfe52 Text Font Color

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

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


#acfe52 Background Color

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

This div background color is #acfe52


#acfe52 Border Color

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

This div border color is #acfe52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe52

Related Colors


Comments

No comments written yet.

Please login to write comment.