Color Hex Logo

#acaf46 Color Hex

#ACAF46
(172,175,70)
0 Favorites   0 Comments

Color spaces of #acaf46

RGB 17217570
HSL0.170.430.48
HSV62°60°69°
CMYK 0.020.000.60   0.31
XYZ33.448739.872811.7276
Yxy39.87280.39330.4688
Hunter Lab63.1449-15.949833.1898
CIE-Lab69.3788-15.005052.0467

#acaf46 color RGB value is (172,175,70).

#acaf46 hex color red value is 172, green value is 175 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #acaf46 hue: 0.17 , saturation: 0.43 and the lightness value of acaf46 is 0.48.

The process color (four color CMYK) of #acaf46 color hex is 0.02, 0.00, 0.60, 0.31. Web safe color of #acaf46 is #999933. Color #acaf46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 01000110
Octal 254 257 106
Decimal 172 175 70
Hex AC AF 46

RGB Percentages of Color #acaf46

%41.25
%41.97
%16.79

CMYK Percentages of Color #acaf46

%2
%0
%60
%31

Triadic Colors of #acaf46

#acaf46 #46acaf #af46ac

Analogous Colors of #acaf46

#acaf46 #78af46 #af7e46

Monochromatic Colors of #acaf46

#acaf46

Complementary Color

#acaf46 #4946af

#acaf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaf46 Color CSS Codes

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

#acaf46 Text Font Color

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

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


#acaf46 Background Color

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

This div background color is #acaf46


#acaf46 Border Color

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

This div border color is #acaf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaf46


Comments

No comments written yet.

Please login to write comment.