Color Hex Logo

#acae19 Color Hex

#ACAE19
(172,174,25)
0 Favorites   0 Comments

Color spaces of #acae19

RGB 17217425
HSL0.170.750.39
HSV61°86°68°
CMYK 0.010.000.86   0.32
XYZ32.324839.11296.7656
Yxy39.11290.41330.5001
Hunter Lab62.5403-17.185437.3642
CIE-Lab68.8330-16.651067.0479

#acae19 color RGB value is (172,174,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 00011001
Octal 254 256 31
Decimal 172 174 25
Hex AC AE 19

RGB Percentages of Color #acae19

%46.36
%46.90
%6.74

CMYK Percentages of Color #acae19

%1
%0
%86
%32

Triadic Colors of #acae19

#acae19 #19acae #ae19ac

Analogous Colors of #acae19

#acae19 #62ae19 #ae6619

Monochromatic Colors of #acae19

#acae19

Complementary Color

#acae19 #1b19ae

#acae19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae19 Color CSS Codes

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

#acae19 Text Font Color

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

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


#acae19 Background Color

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

This div background color is #acae19


#acae19 Border Color

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

This div border color is #acae19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae19

#acae19 Color Palettes


Comments

No comments written yet.

Please login to write comment.