Color Hex Logo

#acae42 Color Hex

#ACAE42
(172,174,66)
0 Favorites   0 Comments

Color spaces of #acae42

RGB 17217466
HSL0.170.450.47
HSV61°62°68°
CMYK 0.010.000.62   0.32
XYZ33.132739.436111.0199
Yxy39.43610.39640.4718
Hunter Lab62.7982-15.719133.5544
CIE-Lab69.0660-14.771753.4612

#acae42 color RGB value is (172,174,66).

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

The process color (four color CMYK) of #acae42 color hex is 0.01, 0.00, 0.62, 0.32. Web safe color of #acae42 is #999933. Color #acae42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 01000010
Octal 254 256 102
Decimal 172 174 66
Hex AC AE 42

RGB Percentages of Color #acae42

%41.75
%42.23
%16.02

CMYK Percentages of Color #acae42

%1
%0
%62
%32

Triadic Colors of #acae42

#acae42 #42acae #ae42ac

Analogous Colors of #acae42

#acae42 #76ae42 #ae7a42

Monochromatic Colors of #acae42

#acae42

Complementary Color

#acae42 #4442ae

#acae42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae42 Color CSS Codes

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

#acae42 Text Font Color

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

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


#acae42 Background Color

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

This div background color is #acae42


#acae42 Border Color

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

This div border color is #acae42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae42


Comments

No comments written yet.

Please login to write comment.