Color Hex Logo

#98b9cb Color Hex

#98B9CB
(152,185,203)
0 Favorites   0 Comments

Color spaces of #98b9cb

RGB 152185203
HSL0.560.330.70
HSV201°25°80°
CMYK 0.250.090.00   0.20
XYZ41.077345.685163.1530
Yxy45.68510.27400.3047
Hunter Lab67.5908-9.8030-8.0837
CIE-Lab73.3407-7.0609-12.7560

#98b9cb color RGB value is (152,185,203).

#98b9cb hex color red value is 152, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #98b9cb hue: 0.56 , saturation: 0.33 and the lightness value of 98b9cb is 0.70.

The process color (four color CMYK) of #98b9cb color hex is 0.25, 0.09, 0.00, 0.20. Web safe color of #98b9cb is #99cccc. Color #98b9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111001 11001011
Octal 230 271 313
Decimal 152 185 203
Hex 98 B9 CB

RGB Percentages of Color #98b9cb

%28.15
%34.26
%37.59

CMYK Percentages of Color #98b9cb

%25
%9
%0
%20

Triadic Colors of #98b9cb

#98b9cb #cb98b9 #b9cb98

Analogous Colors of #98b9cb

#98b9cb #98a0cb #98cbc4

Monochromatic Colors of #98b9cb

#98b9cb

Complementary Color

#98b9cb #cbaa98

#98b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b9cb Color CSS Codes

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

#98b9cb Text Font Color

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

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


#98b9cb Background Color

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

This div background color is #98b9cb


#98b9cb Border Color

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

This div border color is #98b9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98b9cb


Comments

No comments written yet.

Please login to write comment.