Color Hex Logo

#98ffac Color Hex

#98FFAC
(152,255,172)
0 Favorites   0 Comments

Color spaces of #98ffac

RGB 152255172
HSL0.371.000.80
HSV132°40°100°
CMYK 0.400.000.33   0.00
XYZ56.155381.174051.7382
Yxy81.17400.29700.4293
Hunter Lab90.0966-46.413829.0202
CIE-Lab92.2091-46.864830.4994

#98ffac color RGB value is (152,255,172).

#98ffac hex color red value is 152, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #98ffac hue: 0.37 , saturation: 1.00 and the lightness value of 98ffac is 0.80.

The process color (four color CMYK) of #98ffac color hex is 0.40, 0.00, 0.33, 0.00. Web safe color of #98ffac is #99ff99. Color #98ffac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111111 10101100
Octal 230 377 254
Decimal 152 255 172
Hex 98 FF AC

RGB Percentages of Color #98ffac

%26.25
%44.04
%29.71

CMYK Percentages of Color #98ffac

%40
%0
%33
%0

Triadic Colors of #98ffac

#98ffac #ac98ff #ffac98

Analogous Colors of #98ffac

#98ffac #98ffe0 #b8ff98

Monochromatic Colors of #98ffac

#98ffac

Complementary Color

#98ffac #ff98eb

#98ffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ffac Color CSS Codes

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

#98ffac Text Font Color

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

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


#98ffac Background Color

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

This div background color is #98ffac


#98ffac Border Color

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

This div border color is #98ffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ffac


Comments

No comments written yet.

Please login to write comment.