Color Hex Logo

#acf65f Color Hex

#ACF65F
(172,246,95)
0 Favorites   0 Comments

Color spaces of #acf65f

RGB 17224695
HSL0.250.890.67
HSV89°61°96°
CMYK 0.300.000.61   0.04
XYZ52.034675.508422.6585
Yxy75.50840.34640.5027
Hunter Lab86.8956-45.178345.3667
CIE-Lab89.6306-46.274863.6030

#acf65f color RGB value is (172,246,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01011111
Octal 254 366 137
Decimal 172 246 95
Hex AC F6 5F

RGB Percentages of Color #acf65f

%33.53
%47.95
%18.52

CMYK Percentages of Color #acf65f

%30
%0
%61
%4

Triadic Colors of #acf65f

#acf65f #5facf6 #f65fac

Analogous Colors of #acf65f

#acf65f #61f65f #f6f55f

Monochromatic Colors of #acf65f

#acf65f

Complementary Color

#acf65f #a95ff6

#acf65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf65f Color CSS Codes

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

#acf65f Text Font Color

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

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


#acf65f Background Color

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

This div background color is #acf65f


#acf65f Border Color

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

This div border color is #acf65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf65f


Comments

No comments written yet.

Please login to write comment.