Color Hex Logo

#acf69f Color Hex

#ACF69F
(172,246,159)
0 Favorites   0 Comments

Color spaces of #acf69f

RGB 172246159
HSL0.310.830.79
HSV111°35°96°
CMYK 0.300.000.35   0.04
XYZ56.227077.185444.7357
Yxy77.18540.31560.4333
Hunter Lab87.8552-39.507331.3083
CIE-Lab90.4069-38.918334.7771

#acf69f color RGB value is (172,246,159).

#acf69f hex color red value is 172, green value is 246 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #acf69f hue: 0.31 , saturation: 0.83 and the lightness value of acf69f is 0.79.

The process color (four color CMYK) of #acf69f color hex is 0.30, 0.00, 0.35, 0.04. Web safe color of #acf69f is #99ff99. Color #acf69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 10011111
Octal 254 366 237
Decimal 172 246 159
Hex AC F6 9F

RGB Percentages of Color #acf69f

%29.81
%42.63
%27.56

CMYK Percentages of Color #acf69f

%30
%0
%35
%4

Triadic Colors of #acf69f

#acf69f #9facf6 #f69fac

Analogous Colors of #acf69f

#acf69f #9ff6be #d8f69f

Monochromatic Colors of #acf69f

#acf69f

Complementary Color

#acf69f #e99ff6

#acf69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf69f Color CSS Codes

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

#acf69f Text Font Color

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

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


#acf69f Background Color

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

This div background color is #acf69f


#acf69f Border Color

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

This div border color is #acf69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf69f

Related Colors


Comments

No comments written yet.

Please login to write comment.