Color Hex Logo

#98acbb Color Hex

#98ACBB
(152,172,187)
0 Favorites   0 Comments

Color spaces of #98acbb

RGB 152172187
HSL0.570.200.66
HSV206°19°73°
CMYK 0.190.080.00   0.27
XYZ36.671139.768352.7570
Yxy39.76830.28380.3078
Hunter Lab63.0621-6.5596-5.4578
CIE-Lab69.3042-3.6929-10.0095

#98acbb color RGB value is (152,172,187).

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

The process color (four color CMYK) of #98acbb color hex is 0.19, 0.08, 0.00, 0.27. Web safe color of #98acbb is #9999cc. Color #98acbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101100 10111011
Octal 230 254 273
Decimal 152 172 187
Hex 98 AC BB

RGB Percentages of Color #98acbb

%29.75
%33.66
%36.59

CMYK Percentages of Color #98acbb

%19
%8
%0
%27

Triadic Colors of #98acbb

#98acbb #bb98ac #acbb98

Analogous Colors of #98acbb

#98acbb #989bbb #98bbb9

Monochromatic Colors of #98acbb

#98acbb

Complementary Color

#98acbb #bba798

#98acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98acbb Color CSS Codes

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

#98acbb Text Font Color

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

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


#98acbb Background Color

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

This div background color is #98acbb


#98acbb Border Color

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

This div border color is #98acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98acbb


Comments

No comments written yet.

Please login to write comment.