Color Hex Logo

#acf59a Color Hex

#ACF59A
(172,245,154)
0 Favorites   0 Comments

Color spaces of #acf59a

RGB 172245154
HSL0.300.820.78
HSV108°37°96°
CMYK 0.300.000.37   0.04
XYZ55.498476.408642.3951
Yxy76.40860.31840.4384
Hunter Lab87.4120-39.640332.4326
CIE-Lab90.0487-39.195336.7992

#acf59a color RGB value is (172,245,154).

#acf59a hex color red value is 172, green value is 245 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acf59a hue: 0.30 , saturation: 0.82 and the lightness value of acf59a is 0.78.

The process color (four color CMYK) of #acf59a color hex is 0.30, 0.00, 0.37, 0.04. Web safe color of #acf59a is #99ff99. Color #acf59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 10011010
Octal 254 365 232
Decimal 172 245 154
Hex AC F5 9A

RGB Percentages of Color #acf59a

%30.12
%42.91
%26.97

CMYK Percentages of Color #acf59a

%30
%0
%37
%4

Triadic Colors of #acf59a

#acf59a #9aacf5 #f59aac

Analogous Colors of #acf59a

#acf59a #9af5b6 #daf59a

Monochromatic Colors of #acf59a

#acf59a

Complementary Color

#acf59a #e39af5

#acf59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf59a Color CSS Codes

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

#acf59a Text Font Color

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

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


#acf59a Background Color

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

This div background color is #acf59a


#acf59a Border Color

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

This div border color is #acf59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf59a


Comments

No comments written yet.

Please login to write comment.