Color Hex Logo

#acf67a Color Hex

#ACF67A
(172,246,122)
0 Favorites   0 Comments

Color spaces of #acf67a

RGB 172246122
HSL0.270.870.72
HSV96°50°96°
CMYK 0.300.000.50   0.04
XYZ53.481976.087330.2799
Yxy76.08730.33460.4760
Hunter Lab87.2280-43.205840.4780
CIE-Lab89.8999-43.677852.0406

#acf67a color RGB value is (172,246,122).

#acf67a hex color red value is 172, green value is 246 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acf67a hue: 0.27 , saturation: 0.87 and the lightness value of acf67a is 0.72.

The process color (four color CMYK) of #acf67a color hex is 0.30, 0.00, 0.50, 0.04. Web safe color of #acf67a is #99ff66. Color #acf67a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01111010
Octal 254 366 172
Decimal 172 246 122
Hex AC F6 7A

RGB Percentages of Color #acf67a

%31.85
%45.56
%22.59

CMYK Percentages of Color #acf67a

%30
%0
%50
%4

Triadic Colors of #acf67a

#acf67a #7aacf6 #f67aac

Analogous Colors of #acf67a

#acf67a #7af686 #eaf67a

Monochromatic Colors of #acf67a

#acf67a

Complementary Color

#acf67a #c47af6

#acf67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf67a Color CSS Codes

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

#acf67a Text Font Color

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

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


#acf67a Background Color

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

This div background color is #acf67a


#acf67a Border Color

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

This div border color is #acf67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf67a


Comments

No comments written yet.

Please login to write comment.