Color Hex Logo

#acf986 Color Hex

#ACF986
(172,249,134)
0 Favorites   0 Comments

Color spaces of #acf986

RGB 172249134
HSL0.280.910.75
HSV100°46°98°
CMYK 0.310.000.46   0.02
XYZ55.192078.243234.7478
Yxy78.24320.32820.4652
Hunter Lab88.4552-43.420738.6278
CIE-Lab90.8908-43.595447.6205

#acf986 color RGB value is (172,249,134).

#acf986 hex color red value is 172, green value is 249 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #acf986 hue: 0.28 , saturation: 0.91 and the lightness value of acf986 is 0.75.

The process color (four color CMYK) of #acf986 color hex is 0.31, 0.00, 0.46, 0.02. Web safe color of #acf986 is #99ff99. Color #acf986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10000110
Octal 254 371 206
Decimal 172 249 134
Hex AC F9 86

RGB Percentages of Color #acf986

%30.99
%44.86
%24.14

CMYK Percentages of Color #acf986

%31
%0
%46
%2

Triadic Colors of #acf986

#acf986 #86acf9 #f986ac

Analogous Colors of #acf986

#acf986 #86f99a #e6f986

Monochromatic Colors of #acf986

#acf986

Complementary Color

#acf986 #d386f9

#acf986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf986 Color CSS Codes

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

#acf986 Text Font Color

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

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


#acf986 Background Color

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

This div background color is #acf986


#acf986 Border Color

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

This div border color is #acf986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf986

Related Colors


Comments

No comments written yet.

Please login to write comment.