Color Hex Logo

#98e8fe Color Hex

#98E8FE
(152,232,254)
0 Favorites   0 Comments

Color spaces of #98e8fe

RGB 152232254
HSL0.540.980.80
HSV193°40°100°
CMYK 0.400.090.00   0.00
XYZ59.694971.5444104.4291
Yxy71.54440.25330.3036
Hunter Lab84.5839-22.0459-13.9919
CIE-Lab87.7488-19.0035-18.3576

#98e8fe color RGB value is (152,232,254).

#98e8fe hex color red value is 152, green value is 232 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #98e8fe hue: 0.54 , saturation: 0.98 and the lightness value of 98e8fe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101000 11111110
Octal 230 350 376
Decimal 152 232 254
Hex 98 E8 FE

RGB Percentages of Color #98e8fe

%23.82
%36.36
%39.81

CMYK Percentages of Color #98e8fe

%40
%9
%0
%0

Triadic Colors of #98e8fe

#98e8fe #fe98e8 #e8fe98

Analogous Colors of #98e8fe

#98e8fe #98b5fe #98fee1

Monochromatic Colors of #98e8fe

#98e8fe

Complementary Color

#98e8fe #feae98

#98e8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98e8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#98e8fe Color CSS Codes

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

#98e8fe Text Font Color

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

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


#98e8fe Background Color

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

This div background color is #98e8fe


#98e8fe Border Color

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

This div border color is #98e8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98e8fe


Comments

No comments written yet.

Please login to write comment.