Color Hex Logo

#acae1e Color Hex

#ACAE1E
(172,174,30)
0 Favorites   0 Comments

Color spaces of #acae1e

RGB 17217430
HSL0.170.710.40
HSV61°83°68°
CMYK 0.010.000.83   0.32
XYZ32.383739.13657.0756
Yxy39.13650.41200.4979
Hunter Lab62.5592-17.078237.0856
CIE-Lab68.8500-16.512765.8854

#acae1e color RGB value is (172,174,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 00011110
Octal 254 256 36
Decimal 172 174 30
Hex AC AE 1E

RGB Percentages of Color #acae1e

%45.74
%46.28
%7.98

CMYK Percentages of Color #acae1e

%1
%0
%83
%32

Triadic Colors of #acae1e

#acae1e #1eacae #ae1eac

Analogous Colors of #acae1e

#acae1e #64ae1e #ae681e

Monochromatic Colors of #acae1e

#acae1e

Complementary Color

#acae1e #201eae

#acae1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae1e Color CSS Codes

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

#acae1e Text Font Color

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

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


#acae1e Background Color

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

This div background color is #acae1e


#acae1e Border Color

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

This div border color is #acae1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae1e


Comments

No comments written yet.

Please login to write comment.