Color Hex Logo

#98b9bb Color Hex

#98B9BB
(152,185,187)
0 Favorites   0 Comments

Color spaces of #98b9bb

RGB 152185187
HSL0.510.200.66
HSV183°19°73°
CMYK 0.190.010.00   0.27
XYZ39.267544.961253.6225
Yxy44.96120.28490.3262
Hunter Lab67.0531-12.8102-0.4771
CIE-Lab72.8663-10.6515-4.7222

#98b9bb color RGB value is (152,185,187).

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

The process color (four color CMYK) of #98b9bb color hex is 0.19, 0.01, 0.00, 0.27. Web safe color of #98b9bb is #99cccc. Color #98b9bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111001 10111011
Octal 230 271 273
Decimal 152 185 187
Hex 98 B9 BB

RGB Percentages of Color #98b9bb

%29.01
%35.31
%35.69

CMYK Percentages of Color #98b9bb

%19
%1
%0
%27

Triadic Colors of #98b9bb

#98b9bb #bb98b9 #b9bb98

Analogous Colors of #98b9bb

#98b9bb #98a8bb #98bbac

Monochromatic Colors of #98b9bb

#98b9bb

Complementary Color

#98b9bb #bb9a98

#98b9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b9bb Color CSS Codes

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

#98b9bb Text Font Color

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

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


#98b9bb Background Color

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

This div background color is #98b9bb


#98b9bb Border Color

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

This div border color is #98b9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98b9bb


Comments

No comments written yet.

Please login to write comment.