Color Hex Logo

#98bbeb Color Hex

#98BBEB
(152,187,235)
0 Favorites   0 Comments

Color spaces of #98bbeb

RGB 152187235
HSL0.600.670.76
HSV215°35°92°
CMYK 0.350.200.00   0.08
XYZ45.714648.214285.4941
Yxy48.21420.25480.2687
Hunter Lab69.4364-3.9954-24.3957
CIE-Lab74.9598-0.3184-27.6836

#98bbeb color RGB value is (152,187,235).

#98bbeb hex color red value is 152, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #98bbeb hue: 0.60 , saturation: 0.67 and the lightness value of 98bbeb is 0.76.

The process color (four color CMYK) of #98bbeb color hex is 0.35, 0.20, 0.00, 0.08. Web safe color of #98bbeb is #99ccff. Color #98bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111011 11101011
Octal 230 273 353
Decimal 152 187 235
Hex 98 BB EB

RGB Percentages of Color #98bbeb

%26.48
%32.58
%40.94

CMYK Percentages of Color #98bbeb

%35
%20
%0
%8

Triadic Colors of #98bbeb

#98bbeb #eb98bb #bbeb98

Analogous Colors of #98bbeb

#98bbeb #9f98eb #98e5eb

Monochromatic Colors of #98bbeb

#98bbeb

Complementary Color

#98bbeb #ebc898

#98bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bbeb Color CSS Codes

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

#98bbeb Text Font Color

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

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


#98bbeb Background Color

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

This div background color is #98bbeb


#98bbeb Border Color

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

This div border color is #98bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bbeb


Comments

No comments written yet.

Please login to write comment.