Color Hex Logo

#98ba9f Color Hex

#98BA9F
(152,186,159)
0 Favorites   0 Comments

Color spaces of #98ba9f

RGB 152186159
HSL0.370.200.66
HSV132°18°73°
CMYK 0.180.000.15   0.27
XYZ36.765844.296439.4132
Yxy44.29640.30520.3677
Hunter Lab66.5555-17.867411.4782
CIE-Lab72.4262-16.83669.9231

#98ba9f color RGB value is (152,186,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 10011111
Octal 230 272 237
Decimal 152 186 159
Hex 98 BA 9F

RGB Percentages of Color #98ba9f

%30.58
%37.42
%31.99

CMYK Percentages of Color #98ba9f

%18
%0
%15
%27

Triadic Colors of #98ba9f

#98ba9f #9f98ba #ba9f98

Analogous Colors of #98ba9f

#98ba9f #98bab0 #a2ba98

Monochromatic Colors of #98ba9f

#98ba9f

Complementary Color

#98ba9f #ba98b3

#98ba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ba9f Color CSS Codes

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

#98ba9f Text Font Color

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

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


#98ba9f Background Color

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

This div background color is #98ba9f


#98ba9f Border Color

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

This div border color is #98ba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ba9f


Comments

No comments written yet.

Please login to write comment.