Color Hex Logo

#98fbff Color Hex

#98FBFF
(152,251,255)
0 Favorites   0 Comments

Color spaces of #98fbff

RGB 152251255
HSL0.511.000.80
HSV182°40°100°
CMYK 0.400.020.00   0.00
XYZ65.496182.8898107.1551
Yxy82.88980.25630.3244
Hunter Lab91.0438-30.9155-6.0514
CIE-Lab92.9662-28.0479-11.0637

#98fbff color RGB value is (152,251,255).

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

The process color (four color CMYK) of #98fbff color hex is 0.40, 0.02, 0.00, 0.00. Web safe color of #98fbff is #99ffff. Color #98fbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111011 11111111
Octal 230 373 377
Decimal 152 251 255
Hex 98 FB FF

RGB Percentages of Color #98fbff

%23.10
%38.15
%38.75

CMYK Percentages of Color #98fbff

%40
%2
%0
%0

Triadic Colors of #98fbff

#98fbff #ff98fb #fbff98

Analogous Colors of #98fbff

#98fbff #98c8ff #98ffd0

Monochromatic Colors of #98fbff

#98fbff

Complementary Color

#98fbff #ff9c98

#98fbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fbff Color CSS Codes

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

#98fbff Text Font Color

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

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


#98fbff Background Color

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

This div background color is #98fbff


#98fbff Border Color

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

This div border color is #98fbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fbff

Related Colors


Comments

No comments written yet.

Please login to write comment.