Color Hex Logo

#acfd73 Color Hex

#ACFD73
(172,253,115)
0 Favorites   0 Comments

Color spaces of #acfd73

RGB 172253115
HSL0.260.970.72
HSV95°55°99°
CMYK 0.320.000.55   0.01
XYZ55.233080.259028.8001
Yxy80.25900.33620.4885
Hunter Lab89.5874-46.727943.6509
CIE-Lab91.8009-47.415357.4806

#acfd73 color RGB value is (172,253,115).

#acfd73 hex color red value is 172, green value is 253 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #acfd73 hue: 0.26 , saturation: 0.97 and the lightness value of acfd73 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 01110011
Octal 254 375 163
Decimal 172 253 115
Hex AC FD 73

RGB Percentages of Color #acfd73

%31.85
%46.85
%21.30

CMYK Percentages of Color #acfd73

%32
%0
%55
%1

Triadic Colors of #acfd73

#acfd73 #73acfd #fd73ac

Analogous Colors of #acfd73

#acfd73 #73fd7f #f1fd73

Monochromatic Colors of #acfd73

#acfd73

Complementary Color

#acfd73 #c473fd

#acfd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfd73 Color CSS Codes

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

#acfd73 Text Font Color

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

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


#acfd73 Background Color

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

This div background color is #acfd73


#acfd73 Border Color

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

This div border color is #acfd73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfd73

Related Colors


Comments

No comments written yet.

Please login to write comment.