Color Hex Logo

#acf593 Color Hex

#ACF593
(172,245,147)
0 Favorites   0 Comments

Color spaces of #acf593

RGB 172245147
HSL0.290.830.77
HSV105°40°96°
CMYK 0.300.000.40   0.04
XYZ54.932176.182139.4131
Yxy76.18210.32210.4467
Hunter Lab87.2824-40.403234.3247
CIE-Lab89.9438-40.169540.1261

#acf593 color RGB value is (172,245,147).

#acf593 hex color red value is 172, green value is 245 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acf593 hue: 0.29 , saturation: 0.83 and the lightness value of acf593 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 10010011
Octal 254 365 223
Decimal 172 245 147
Hex AC F5 93

RGB Percentages of Color #acf593

%30.50
%43.44
%26.06

CMYK Percentages of Color #acf593

%30
%0
%40
%4

Triadic Colors of #acf593

#acf593 #93acf5 #f593ac

Analogous Colors of #acf593

#acf593 #93f5ab #ddf593

Monochromatic Colors of #acf593

#acf593

Complementary Color

#acf593 #dc93f5

#acf593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf593 Color CSS Codes

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

#acf593 Text Font Color

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

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


#acf593 Background Color

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

This div background color is #acf593


#acf593 Border Color

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

This div border color is #acf593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf593


Comments

No comments written yet.

Please login to write comment.