Color Hex Logo

#98bbaf Color Hex

#98BBAF
(152,187,175)
0 Favorites   0 Comments

Color spaces of #98bbaf

RGB 152187175
HSL0.440.200.66
HSV159°19°73°
CMYK 0.190.000.06   0.27
XYZ38.457145.311247.2765
Yxy45.31120.29350.3458
Hunter Lab67.3136-15.81955.4782
CIE-Lab73.0963-14.22252.1682

#98bbaf color RGB value is (152,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111011 10101111
Octal 230 273 257
Decimal 152 187 175
Hex 98 BB AF

RGB Percentages of Color #98bbaf

%29.57
%36.38
%34.05

CMYK Percentages of Color #98bbaf

%19
%0
%6
%27

Triadic Colors of #98bbaf

#98bbaf #af98bb #bbaf98

Analogous Colors of #98bbaf

#98bbaf #98b6bb #98bb9e

Monochromatic Colors of #98bbaf

#98bbaf

Complementary Color

#98bbaf #bb98a4

#98bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bbaf Color CSS Codes

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

#98bbaf Text Font Color

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

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


#98bbaf Background Color

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

This div background color is #98bbaf


#98bbaf Border Color

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

This div border color is #98bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bbaf


Comments

No comments written yet.

Please login to write comment.