Color Hex Logo

#acf998 Color Hex

#ACF998
(172,249,152)
0 Favorites   0 Comments

Color spaces of #acf998

RGB 172249152
HSL0.300.890.79
HSV108°39°98°
CMYK 0.310.000.39   0.02
XYZ56.556478.789041.9327
Yxy78.78900.31900.4444
Hunter Lab88.7632-41.602434.1250
CIE-Lab91.1387-41.254839.2115

#acf998 color RGB value is (172,249,152).

#acf998 hex color red value is 172, green value is 249 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #acf998 hue: 0.30 , saturation: 0.89 and the lightness value of acf998 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10011000
Octal 254 371 230
Decimal 172 249 152
Hex AC F9 98

RGB Percentages of Color #acf998

%30.02
%43.46
%26.53

CMYK Percentages of Color #acf998

%31
%0
%39
%2

Triadic Colors of #acf998

#acf998 #98acf9 #f998ac

Analogous Colors of #acf998

#acf998 #98f9b5 #ddf998

Monochromatic Colors of #acf998

#acf998

Complementary Color

#acf998 #e598f9

#acf998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf998 Color CSS Codes

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

#acf998 Text Font Color

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

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


#acf998 Background Color

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

This div background color is #acf998


#acf998 Border Color

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

This div border color is #acf998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf998


Comments

No comments written yet.

Please login to write comment.