Color Hex Logo

#98feac Color Hex

#98FEAC
(152,254,172)
0 Favorites   0 Comments

Color spaces of #98feac

RGB 152254172
HSL0.370.980.80
HSV132°40°100°
CMYK 0.400.000.32   0.00
XYZ55.837180.537651.6321
Yxy80.53760.29700.4284
Hunter Lab89.7427-45.988828.7083
CIE-Lab91.9255-46.436630.1173

#98feac color RGB value is (152,254,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 10101100
Octal 230 376 254
Decimal 152 254 172
Hex 98 FE AC

RGB Percentages of Color #98feac

%26.30
%43.94
%29.76

CMYK Percentages of Color #98feac

%40
%0
%32
%0

Triadic Colors of #98feac

#98feac #ac98fe #feac98

Analogous Colors of #98feac

#98feac #98fedf #b7fe98

Monochromatic Colors of #98feac

#98feac

Complementary Color

#98feac #fe98ea

#98feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#98feac Color CSS Codes

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

#98feac Text Font Color

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

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


#98feac Background Color

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

This div background color is #98feac


#98feac Border Color

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

This div border color is #98feac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,254,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 #98feac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98feac

Related Colors


Comments

No comments written yet.

Please login to write comment.