Color Hex Logo

#acae5d Color Hex

#ACAE5D
(172,174,93)
0 Favorites   0 Comments

Color spaces of #acae5d

RGB 17217493
HSL0.170.330.52
HSV61°47°68°
CMYK 0.010.000.47   0.32
XYZ34.125139.833116.2459
Yxy39.83310.37830.4416
Hunter Lab63.1135-13.934628.9177
CIE-Lab69.3505-12.519241.0782

#acae5d color RGB value is (172,174,93).

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

The process color (four color CMYK) of #acae5d color hex is 0.01, 0.00, 0.47, 0.32. Web safe color of #acae5d is #999966. Color #acae5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 01011101
Octal 254 256 135
Decimal 172 174 93
Hex AC AE 5D

RGB Percentages of Color #acae5d

%39.18
%39.64
%21.18

CMYK Percentages of Color #acae5d

%1
%0
%47
%32

Triadic Colors of #acae5d

#acae5d #5dacae #ae5dac

Analogous Colors of #acae5d

#acae5d #84ae5d #ae885d

Monochromatic Colors of #acae5d

#acae5d

Complementary Color

#acae5d #5f5dae

#acae5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae5d Color CSS Codes

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

#acae5d Text Font Color

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

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


#acae5d Background Color

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

This div background color is #acae5d


#acae5d Border Color

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

This div border color is #acae5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae5d


Comments

No comments written yet.

Please login to write comment.