Color Hex Logo

#98bbab Color Hex

#98BBAB
(152,187,171)
0 Favorites   0 Comments

Color spaces of #98bbab

RGB 152187171
HSL0.420.200.66
HSV153°19°73°
CMYK 0.190.000.09   0.27
XYZ38.069945.156345.2376
Yxy45.15630.29630.3515
Hunter Lab67.1984-16.47177.1252
CIE-Lab72.9947-15.02974.2021

#98bbab color RGB value is (152,187,171).

#98bbab hex color red value is 152, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #98bbab hue: 0.42 , saturation: 0.20 and the lightness value of 98bbab is 0.66.

The process color (four color CMYK) of #98bbab color hex is 0.19, 0.00, 0.09, 0.27. Web safe color of #98bbab is #99cc99. Color #98bbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111011 10101011
Octal 230 273 253
Decimal 152 187 171
Hex 98 BB AB

RGB Percentages of Color #98bbab

%29.80
%36.67
%33.53

CMYK Percentages of Color #98bbab

%19
%0
%9
%27

Triadic Colors of #98bbab

#98bbab #ab98bb #bbab98

Analogous Colors of #98bbab

#98bbab #98babb #98bb9a

Monochromatic Colors of #98bbab

#98bbab

Complementary Color

#98bbab #bb98a8

#98bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bbab Color CSS Codes

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

#98bbab Text Font Color

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

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


#98bbab Background Color

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

This div background color is #98bbab


#98bbab Border Color

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

This div border color is #98bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bbab


Comments

No comments written yet.

Please login to write comment.