Color Hex Logo

#acdf7e Color Hex

#ACDF7E
(172,223,126)
0 Favorites   0 Comments

Color spaces of #acdf7e

RGB 172223126
HSL0.250.600.68
HSV92°43°87°
CMYK 0.230.000.43   0.13
XYZ47.166863.052429.4230
Yxy63.05240.33780.4515
Hunter Lab79.4055-32.930933.6145
CIE-Lab83.4699-32.894942.1978

#acdf7e color RGB value is (172,223,126).

#acdf7e hex color red value is 172, green value is 223 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #acdf7e hue: 0.25 , saturation: 0.60 and the lightness value of acdf7e is 0.68.

The process color (four color CMYK) of #acdf7e color hex is 0.23, 0.00, 0.43, 0.13. Web safe color of #acdf7e is #99cc66. Color #acdf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01111110
Octal 254 337 176
Decimal 172 223 126
Hex AC DF 7E

RGB Percentages of Color #acdf7e

%33.01
%42.80
%24.18

CMYK Percentages of Color #acdf7e

%23
%0
%43
%13

Triadic Colors of #acdf7e

#acdf7e #7eacdf #df7eac

Analogous Colors of #acdf7e

#acdf7e #7edf81 #dddf7e

Monochromatic Colors of #acdf7e

#acdf7e

Complementary Color

#acdf7e #b17edf

#acdf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf7e Color CSS Codes

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

#acdf7e Text Font Color

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

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


#acdf7e Background Color

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

This div background color is #acdf7e


#acdf7e Border Color

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

This div border color is #acdf7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,223,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 #acdf7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf7e


Comments

No comments written yet.

Please login to write comment.