Color Hex Logo

#acae58 Color Hex

#ACAE58
(172,174,88)
0 Favorites   0 Comments

Color spaces of #acae58

RGB 17217488
HSL0.170.350.51
HSV61°49°68°
CMYK 0.010.000.49   0.32
XYZ33.910839.747315.1172
Yxy39.74730.38200.4477
Hunter Lab63.0455-14.318229.9151
CIE-Lab69.2892-13.000343.4883

#acae58 color RGB value is (172,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 01011000
Octal 254 256 130
Decimal 172 174 88
Hex AC AE 58

RGB Percentages of Color #acae58

%39.63
%40.09
%20.28

CMYK Percentages of Color #acae58

%1
%0
%49
%32

Triadic Colors of #acae58

#acae58 #58acae #ae58ac

Analogous Colors of #acae58

#acae58 #81ae58 #ae8558

Monochromatic Colors of #acae58

#acae58

Complementary Color

#acae58 #5a58ae

#acae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae58 Color CSS Codes

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

#acae58 Text Font Color

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

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


#acae58 Background Color

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

This div background color is #acae58


#acae58 Border Color

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

This div border color is #acae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae58


Comments

No comments written yet.

Please login to write comment.