Color Hex Logo

#acfe95 Color Hex

#ACFE95
(172,254,149)
0 Favorites   0 Comments

Color spaces of #acfe95

RGB 172254149
HSL0.300.980.79
HSV107°41°100°
CMYK 0.320.000.41   0.00
XYZ57.879981.824241.1768
Yxy81.82420.32000.4524
Hunter Lab90.4567-44.083836.3303
CIE-Lab92.4972-43.855042.4333

#acfe95 color RGB value is (172,254,149).

#acfe95 hex color red value is 172, green value is 254 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #acfe95 hue: 0.30 , saturation: 0.98 and the lightness value of acfe95 is 0.79.

The process color (four color CMYK) of #acfe95 color hex is 0.32, 0.00, 0.41, 0.00. Web safe color of #acfe95 is #99ff99. Color #acfe95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 10010101
Octal 254 376 225
Decimal 172 254 149
Hex AC FE 95

RGB Percentages of Color #acfe95

%29.91
%44.17
%25.91

CMYK Percentages of Color #acfe95

%32
%0
%41
%0

Triadic Colors of #acfe95

#acfe95 #95acfe #fe95ac

Analogous Colors of #acfe95

#acfe95 #95feb3 #e1fe95

Monochromatic Colors of #acfe95

#acfe95

Complementary Color

#acfe95 #e795fe

#acfe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe95 Color CSS Codes

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

#acfe95 Text Font Color

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

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


#acfe95 Background Color

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

This div background color is #acfe95


#acfe95 Border Color

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

This div border color is #acfe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe95


Comments

No comments written yet.

Please login to write comment.