Color Hex Logo

#98fbab Color Hex

#98FBAB
(152,251,171)
0 Favorites   0 Comments

Color spaces of #98fbab

RGB 152251171
HSL0.370.930.79
HSV132°39°98°
CMYK 0.390.000.32   0.02
XYZ54.796878.610050.8132
Yxy78.61000.29750.4267
Hunter Lab88.6623-44.838928.0839
CIE-Lab91.0575-45.312229.4497

#98fbab color RGB value is (152,251,171).

#98fbab hex color red value is 152, green value is 251 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #98fbab hue: 0.37 , saturation: 0.93 and the lightness value of 98fbab is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111011 10101011
Octal 230 373 253
Decimal 152 251 171
Hex 98 FB AB

RGB Percentages of Color #98fbab

%26.48
%43.73
%29.79

CMYK Percentages of Color #98fbab

%39
%0
%32
%2

Triadic Colors of #98fbab

#98fbab #ab98fb #fbab98

Analogous Colors of #98fbab

#98fbab #98fbdd #b7fb98

Monochromatic Colors of #98fbab

#98fbab

Complementary Color

#98fbab #fb98e8

#98fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fbab Color CSS Codes

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

#98fbab Text Font Color

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

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


#98fbab Background Color

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

This div background color is #98fbab


#98fbab Border Color

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

This div border color is #98fbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fbab


Comments

No comments written yet.

Please login to write comment.