Color Hex Logo

#98abbf Color Hex

#98ABBF
(152,171,191)
0 Favorites   0 Comments

Color spaces of #98abbf

RGB 152171191
HSL0.590.230.67
HSV211°20°75°
CMYK 0.200.100.00   0.25
XYZ36.915839.562854.9809
Yxy39.56280.28080.3010
Hunter Lab62.8990-5.3104-7.7970
CIE-Lab69.1570-2.2506-12.4402

#98abbf color RGB value is (152,171,191).

#98abbf hex color red value is 152, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #98abbf hue: 0.59 , saturation: 0.23 and the lightness value of 98abbf is 0.67.

The process color (four color CMYK) of #98abbf color hex is 0.20, 0.10, 0.00, 0.25. Web safe color of #98abbf is #9999cc. Color #98abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 10111111
Octal 230 253 277
Decimal 152 171 191
Hex 98 AB BF

RGB Percentages of Color #98abbf

%29.57
%33.27
%37.16

CMYK Percentages of Color #98abbf

%20
%10
%0
%25

Triadic Colors of #98abbf

#98abbf #bf98ab #abbf98

Analogous Colors of #98abbf

#98abbf #9998bf #98bfbf

Monochromatic Colors of #98abbf

#98abbf

Complementary Color

#98abbf #bfac98

#98abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abbf Color CSS Codes

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

#98abbf Text Font Color

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

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


#98abbf Background Color

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

This div background color is #98abbf


#98abbf Border Color

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

This div border color is #98abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abbf


Comments

No comments written yet.

Please login to write comment.