Color Hex Logo

#acd67e Color Hex

#ACD67E
(172,214,126)
0 Favorites   0 Comments

Color spaces of #acd67e

RGB 172214126
HSL0.250.520.67
HSV89°41°84°
CMYK 0.200.000.41   0.16
XYZ44.825758.370128.6427
Yxy58.37010.34000.4427
Hunter Lab76.4003-28.970831.2522
CIE-Lab80.9441-28.668538.9962

#acd67e color RGB value is (172,214,126).

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

The process color (four color CMYK) of #acd67e color hex is 0.20, 0.00, 0.41, 0.16. Web safe color of #acd67e is #99cc66. Color #acd67e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01111110
Octal 254 326 176
Decimal 172 214 126
Hex AC D6 7E

RGB Percentages of Color #acd67e

%33.59
%41.80
%24.61

CMYK Percentages of Color #acd67e

%20
%0
%41
%16

Triadic Colors of #acd67e

#acd67e #7eacd6 #d67eac

Analogous Colors of #acd67e

#acd67e #80d67e #d6d47e

Monochromatic Colors of #acd67e

#acd67e

Complementary Color

#acd67e #a87ed6

#acd67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd67e Color CSS Codes

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

#acd67e Text Font Color

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

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


#acd67e Background Color

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

This div background color is #acd67e


#acd67e Border Color

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

This div border color is #acd67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd67e


Comments

No comments written yet.

Please login to write comment.