Color Hex Logo

#98fdff Color Hex

#98FDFF
(152,253,255)
0 Favorites   0 Comments

Color spaces of #98fdff

RGB 152253255
HSL0.501.000.80
HSV181°40°100°
CMYK 0.400.010.00   0.00
XYZ66.124284.1460107.3644
Yxy84.14600.25670.3266
Hunter Lab91.7311-31.8581-5.1827
CIE-Lab93.5139-29.0015-10.2488

#98fdff color RGB value is (152,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111101 11111111
Octal 230 375 377
Decimal 152 253 255
Hex 98 FD FF

RGB Percentages of Color #98fdff

%23.03
%38.33
%38.64

CMYK Percentages of Color #98fdff

%40
%1
%0
%0

Triadic Colors of #98fdff

#98fdff #ff98fd #fdff98

Analogous Colors of #98fdff

#98fdff #98caff #98ffce

Monochromatic Colors of #98fdff

#98fdff

Complementary Color

#98fdff #ff9a98

#98fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fdff Color CSS Codes

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

#98fdff Text Font Color

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

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


#98fdff Background Color

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

This div background color is #98fdff


#98fdff Border Color

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

This div border color is #98fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fdff

Related Colors


Comments

No comments written yet.

Please login to write comment.