Color Hex Logo

#acae0a Color Hex

#ACAE0A
(172,174,10)
0 Favorites   0 Comments

Color spaces of #acae0a

RGB 17217410
HSL0.170.890.36
HSV61°94°68°
CMYK 0.010.000.94   0.32
XYZ32.204139.06476.1301
Yxy39.06470.41610.5047
Hunter Lab62.5018-17.405837.9361
CIE-Lab68.7981-16.935769.5500

#acae0a color RGB value is (172,174,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 00001010
Octal 254 256 12
Decimal 172 174 10
Hex AC AE A

RGB Percentages of Color #acae0a

%48.31
%48.88
%2.81

CMYK Percentages of Color #acae0a

%1
%0
%94
%32

Triadic Colors of #acae0a

#acae0a #0aacae #ae0aac

Analogous Colors of #acae0a

#acae0a #5aae0a #ae5e0a

Monochromatic Colors of #acae0a

#acae0a

Complementary Color

#acae0a #0c0aae

#acae0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae0a Color CSS Codes

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

#acae0a Text Font Color

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

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


#acae0a Background Color

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

This div background color is #acae0a


#acae0a Border Color

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

This div border color is #acae0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae0a


Comments

No comments written yet.

Please login to write comment.