Color Hex Logo

#acf66b Color Hex

#ACF66B
(172,246,107)
0 Favorites   0 Comments

Color spaces of #acf66b

RGB 172246107
HSL0.260.890.69
HSV92°57°96°
CMYK 0.300.000.57   0.04
XYZ52.622975.743725.7564
Yxy75.74370.34140.4914
Hunter Lab87.0309-44.374643.3750
CIE-Lab89.7402-45.211658.6196

#acf66b color RGB value is (172,246,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01101011
Octal 254 366 153
Decimal 172 246 107
Hex AC F6 6B

RGB Percentages of Color #acf66b

%32.76
%46.86
%20.38

CMYK Percentages of Color #acf66b

%30
%0
%57
%4

Triadic Colors of #acf66b

#acf66b #6bacf6 #f66bac

Analogous Colors of #acf66b

#acf66b #6bf670 #f2f66b

Monochromatic Colors of #acf66b

#acf66b

Complementary Color

#acf66b #b56bf6

#acf66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf66b Color CSS Codes

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

#acf66b Text Font Color

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

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


#acf66b Background Color

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

This div background color is #acf66b


#acf66b Border Color

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

This div border color is #acf66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf66b


Comments

No comments written yet.

Please login to write comment.