Color Hex Logo

#acaf1c Color Hex

#ACAF1C
(172,175,28)
0 Favorites   0 Comments

Color spaces of #acaf1c

RGB 17217528
HSL0.170.720.40
HSV61°84°69°
CMYK 0.020.000.84   0.31
XYZ32.552839.51447.0099
Yxy39.51440.41170.4997
Hunter Lab62.8605-17.568237.3906
CIE-Lab69.1223-17.079366.6044

#acaf1c color RGB value is (172,175,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 00011100
Octal 254 257 34
Decimal 172 175 28
Hex AC AF 1C

RGB Percentages of Color #acaf1c

%45.87
%46.67
%7.47

CMYK Percentages of Color #acaf1c

%2
%0
%84
%31

Triadic Colors of #acaf1c

#acaf1c #1cacaf #af1cac

Analogous Colors of #acaf1c

#acaf1c #62af1c #af691c

Monochromatic Colors of #acaf1c

#acaf1c

Complementary Color

#acaf1c #1f1caf

#acaf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaf1c Color CSS Codes

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

#acaf1c Text Font Color

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

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


#acaf1c Background Color

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

This div background color is #acaf1c


#acaf1c Border Color

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

This div border color is #acaf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaf1c


Comments

No comments written yet.

Please login to write comment.