color codes Logo

#acae6d color codes

#ACAE6D
(172,174,109)
0 Favorites   0 Comments

Color spaces of #acae6d

RGB 172174109
HSL0.170.290.55
HSV62°37°68°
CMYK 0.010.000.37   0.32
XYZ34.909640.146920.3772
Yxy40.14690.36580.4207
Hunter Lab63.3616-12.536725.2853
CIE-Lab69.5740-10.780133.1418

#acae6d color RGB value is (172,174,109).

#acae6d hex color red value is 172, green value is 174 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #acae6d hue: 0.17 , saturation: 0.29 and the lightness value of acae6d is 0.55.

The process color (four color CMYK) of #acae6d color code is 0.01, 0.00, 0.37, 0.32. Web safe color of #acae6d is #999966. Color #acae6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 01101101
Octal 254 256 155
Decimal 172 174 109
Hex AC AE 6D

RGB Percentages of Color #acae6d

%37.80
%38.24
%23.96

CMYK Percentages of Color #acae6d

%1
%0
%37
%32

Triadic Colors of #acae6d

#acae6d #6dacae #ae6dac

Analogous Colors of #acae6d

#acae6d #8cae6d #ae906d

Monochromatic Colors of #acae6d

#acae6d

Complementary Color

#acae6d #6f6dae

#acae6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae6d Color CSS Codes

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

#acae6d Text Font Color

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

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


#acae6d Background Color

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

This div background color is #acae6d


#acae6d Border Color

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

This div border color is #acae6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae6d


Comments

No comments written yet.

Please login to write comment.