Color Hex Logo

#acf66a Color Hex

#ACF66A
(172,246,106)
0 Favorites   0 Comments

Color spaces of #acf66a

RGB 172246106
HSL0.250.890.69
HSV92°57°96°
CMYK 0.300.000.57   0.04
XYZ52.570575.722825.4809
Yxy75.72280.34190.4924
Hunter Lab87.0188-44.446243.5519
CIE-Lab89.7305-45.306059.0455

#acf66a color RGB value is (172,246,106).

#acf66a hex color red value is 172, green value is 246 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #acf66a hue: 0.25 , saturation: 0.89 and the lightness value of acf66a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01101010
Octal 254 366 152
Decimal 172 246 106
Hex AC F6 6A

RGB Percentages of Color #acf66a

%32.82
%46.95
%20.23

CMYK Percentages of Color #acf66a

%30
%0
%57
%4

Triadic Colors of #acf66a

#acf66a #6aacf6 #f66aac

Analogous Colors of #acf66a

#acf66a #6af66e #f2f66a

Monochromatic Colors of #acf66a

#acf66a

Complementary Color

#acf66a #b46af6

#acf66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf66a Color CSS Codes

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

#acf66a Text Font Color

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

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


#acf66a Background Color

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

This div background color is #acf66a


#acf66a Border Color

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

This div border color is #acf66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf66a


Comments

No comments written yet.

Please login to write comment.