Color Hex Logo

#acef7e Color Hex

#ACEF7E
(172,239,126)
0 Favorites   0 Comments

Color spaces of #acef7e

RGB 172239126
HSL0.270.780.72
HSV96°47°94°
CMYK 0.280.000.47   0.06
XYZ51.645772.010030.9160
Yxy72.01000.33410.4659
Hunter Lab84.8587-39.866237.8004
CIE-Lab87.9734-40.153347.8113

#acef7e color RGB value is (172,239,126).

#acef7e hex color red value is 172, green value is 239 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #acef7e hue: 0.27 , saturation: 0.78 and the lightness value of acef7e is 0.72.

The process color (four color CMYK) of #acef7e color hex is 0.28, 0.00, 0.47, 0.06. Web safe color of #acef7e is #99ff66. Color #acef7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 01111110
Octal 254 357 176
Decimal 172 239 126
Hex AC EF 7E

RGB Percentages of Color #acef7e

%32.03
%44.51
%23.46

CMYK Percentages of Color #acef7e

%28
%0
%47
%6

Triadic Colors of #acef7e

#acef7e #7eacef #ef7eac

Analogous Colors of #acef7e

#acef7e #7eef89 #e5ef7e

Monochromatic Colors of #acef7e

#acef7e

Complementary Color

#acef7e #c17eef

#acef7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef7e Color CSS Codes

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

#acef7e Text Font Color

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

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


#acef7e Background Color

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

This div background color is #acef7e


#acef7e Border Color

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

This div border color is #acef7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef7e


Comments

No comments written yet.

Please login to write comment.