Color Hex Logo

#acfe74 Color Hex

#ACFE74
(172,254,116)
0 Favorites   0 Comments

Color spaces of #acfe74

RGB 172254116
HSL0.270.990.73
HSV96°54°100°
CMYK 0.320.000.54   0.00
XYZ55.607580.915229.2104
Yxy80.91520.33550.4882
Hunter Lab89.9529-47.071543.7138
CIE-Lab92.0939-47.737357.3789

#acfe74 color RGB value is (172,254,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 01110100
Octal 254 376 164
Decimal 172 254 116
Hex AC FE 74

RGB Percentages of Color #acfe74

%31.73
%46.86
%21.40

CMYK Percentages of Color #acfe74

%32
%0
%54
%0

Triadic Colors of #acfe74

#acfe74 #74acfe #fe74ac

Analogous Colors of #acfe74

#acfe74 #74fe81 #f1fe74

Monochromatic Colors of #acfe74

#acfe74

Complementary Color

#acfe74 #c674fe

#acfe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe74 Color CSS Codes

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

#acfe74 Text Font Color

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

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


#acfe74 Background Color

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

This div background color is #acfe74


#acfe74 Border Color

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

This div border color is #acfe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe74

Related Colors


Comments

No comments written yet.

Please login to write comment.