Color Hex Logo

#acae14 Color Hex

#ACAE14
(172,174,20)
0 Favorites   0 Comments

Color spaces of #acae14

RGB 17217420
HSL0.170.790.38
HSV61°89°68°
CMYK 0.010.000.89   0.32
XYZ32.275639.09336.5065
Yxy39.09330.41450.5020
Hunter Lab62.5246-17.275337.5974
CIE-Lab68.8188-16.767168.0479

#acae14 color RGB value is (172,174,20).

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

The process color (four color CMYK) of #acae14 color hex is 0.01, 0.00, 0.89, 0.32. Web safe color of #acae14 is #999900. Color #acae14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 00010100
Octal 254 256 24
Decimal 172 174 20
Hex AC AE 14

RGB Percentages of Color #acae14

%46.99
%47.54
%5.46

CMYK Percentages of Color #acae14

%1
%0
%89
%32

Triadic Colors of #acae14

#acae14 #14acae #ae14ac

Analogous Colors of #acae14

#acae14 #5fae14 #ae6314

Monochromatic Colors of #acae14

#acae14

Complementary Color

#acae14 #1614ae

#acae14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae14 Color CSS Codes

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

#acae14 Text Font Color

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

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


#acae14 Background Color

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

This div background color is #acae14


#acae14 Border Color

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

This div border color is #acae14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae14


Comments

No comments written yet.

Please login to write comment.