Color Hex Logo

#acf17f Color Hex

#ACF17F
(172,241,127)
0 Favorites   0 Comments

Color spaces of #acf17f

RGB 172241127
HSL0.270.800.72
HSV96°47°95°
CMYK 0.290.000.47   0.05
XYZ52.299373.213631.4538
Yxy73.21360.33320.4664
Hunter Lab85.5649-40.635338.1004
CIE-Lab88.5495-40.922548.0467

#acf17f color RGB value is (172,241,127).

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

The process color (four color CMYK) of #acf17f color hex is 0.29, 0.00, 0.47, 0.05. Web safe color of #acf17f is #99ff66. Color #acf17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110001 01111111
Octal 254 361 177
Decimal 172 241 127
Hex AC F1 7F

RGB Percentages of Color #acf17f

%31.85
%44.63
%23.52

CMYK Percentages of Color #acf17f

%29
%0
%47
%5

Triadic Colors of #acf17f

#acf17f #7facf1 #f17fac

Analogous Colors of #acf17f

#acf17f #7ff18b #e5f17f

Monochromatic Colors of #acf17f

#acf17f

Complementary Color

#acf17f #c47ff1

#acf17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf17f Color CSS Codes

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

#acf17f Text Font Color

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

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


#acf17f Background Color

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

This div background color is #acf17f


#acf17f Border Color

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

This div border color is #acf17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf17f


Comments

No comments written yet.

Please login to write comment.