Color Hex Logo

#acf98f Color Hex

#ACF98F
(172,249,143)
0 Favorites   0 Comments

Color spaces of #acf98f

RGB 172249143
HSL0.290.900.77
HSV104°43°98°
CMYK 0.310.000.43   0.02
XYZ55.846978.505238.1962
Yxy78.50520.32370.4550
Hunter Lab88.6032-42.546336.4627
CIE-Lab91.0099-42.465643.4466

#acf98f color RGB value is (172,249,143).

#acf98f hex color red value is 172, green value is 249 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acf98f hue: 0.29 , saturation: 0.90 and the lightness value of acf98f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10001111
Octal 254 371 217
Decimal 172 249 143
Hex AC F9 8F

RGB Percentages of Color #acf98f

%30.50
%44.15
%25.35

CMYK Percentages of Color #acf98f

%31
%0
%43
%2

Triadic Colors of #acf98f

#acf98f #8facf9 #f98fac

Analogous Colors of #acf98f

#acf98f #8ff9a7 #e1f98f

Monochromatic Colors of #acf98f

#acf98f

Complementary Color

#acf98f #dc8ff9

#acf98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf98f Color CSS Codes

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

#acf98f Text Font Color

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

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


#acf98f Background Color

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

This div background color is #acf98f


#acf98f Border Color

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

This div border color is #acf98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf98f

Related Colors


Comments

No comments written yet.

Please login to write comment.