Color Hex Logo

#98bbff Color Hex

#98BBFF
(152,187,255)
0 Favorites   0 Comments

Color spaces of #98bbff

RGB 152187255
HSL0.611.000.80
HSV220°40°100°
CMYK 0.400.270.00   0.00
XYZ48.769249.4360101.5794
Yxy49.43600.24410.2474
Hunter Lab70.31070.7681-36.4400
CIE-Lab75.72184.9354-37.2833

#98bbff color RGB value is (152,187,255).

#98bbff hex color red value is 152, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #98bbff hue: 0.61 , saturation: 1.00 and the lightness value of 98bbff is 0.80.

The process color (four color CMYK) of #98bbff color hex is 0.40, 0.27, 0.00, 0.00. Web safe color of #98bbff is #99ccff. Color #98bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111011 11111111
Octal 230 273 377
Decimal 152 187 255
Hex 98 BB FF

RGB Percentages of Color #98bbff

%25.59
%31.48
%42.93

CMYK Percentages of Color #98bbff

%40
%27
%0
%0

Triadic Colors of #98bbff

#98bbff #ff98bb #bbff98

Analogous Colors of #98bbff

#98bbff #a998ff #98efff

Monochromatic Colors of #98bbff

#98bbff

Complementary Color

#98bbff #ffdc98

#98bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bbff Color CSS Codes

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

#98bbff Text Font Color

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

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


#98bbff Background Color

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

This div background color is #98bbff


#98bbff Border Color

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

This div border color is #98bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bbff

#98bbff Color Palettes


Comments

No comments written yet.

Please login to write comment.