Color Hex Logo

#acf46b Color Hex

#ACF46B
(172,244,107)
0 Favorites   0 Comments

Color spaces of #acf46b

RGB 172244107
HSL0.250.860.69
HSV92°56°96°
CMYK 0.300.000.56   0.04
XYZ52.017874.533625.5547
Yxy74.53360.34200.4900
Hunter Lab86.3328-43.531642.8830
CIE-Lab89.1741-44.351157.9673

#acf46b color RGB value is (172,244,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 01101011
Octal 254 364 153
Decimal 172 244 107
Hex AC F4 6B

RGB Percentages of Color #acf46b

%32.89
%46.65
%20.46

CMYK Percentages of Color #acf46b

%30
%0
%56
%4

Triadic Colors of #acf46b

#acf46b #6bacf4 #f46bac

Analogous Colors of #acf46b

#acf46b #6bf46f #f1f46b

Monochromatic Colors of #acf46b

#acf46b

Complementary Color

#acf46b #b36bf4

#acf46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf46b Color CSS Codes

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

#acf46b Text Font Color

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

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


#acf46b Background Color

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

This div background color is #acf46b


#acf46b Border Color

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

This div border color is #acf46b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,244,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 #acf46b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf46b


Comments

No comments written yet.

Please login to write comment.