Color Hex Logo

#acef7d Color Hex

#ACEF7D
(172,239,125)
0 Favorites   0 Comments

Color spaces of #acef7d

RGB 172239125
HSL0.260.780.71
HSV95°48°94°
CMYK 0.280.000.48   0.06
XYZ51.581471.984330.5778
Yxy71.98430.33460.4670
Hunter Lab84.8436-39.955638.0223
CIE-Lab87.9610-40.269448.2711

#acef7d color RGB value is (172,239,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 01111101
Octal 254 357 175
Decimal 172 239 125
Hex AC EF 7D

RGB Percentages of Color #acef7d

%32.09
%44.59
%23.32

CMYK Percentages of Color #acef7d

%28
%0
%48
%6

Triadic Colors of #acef7d

#acef7d #7dacef #ef7dac

Analogous Colors of #acef7d

#acef7d #7def87 #e5ef7d

Monochromatic Colors of #acef7d

#acef7d

Complementary Color

#acef7d #c07def

#acef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef7d Color CSS Codes

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

#acef7d Text Font Color

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

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


#acef7d Background Color

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

This div background color is #acef7d


#acef7d Border Color

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

This div border color is #acef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef7d


Comments

No comments written yet.

Please login to write comment.