Color Hex Logo

#98efee Color Hex

#98EFEE
(152,239,238)
0 Favorites   0 Comments

Color spaces of #98efee

RGB 152239238
HSL0.500.730.77
HSV179°36°94°
CMYK 0.360.000.00   0.06
XYZ59.248074.581592.1619
Yxy74.58150.26220.3300
Hunter Lab86.3606-28.6704-2.8204
CIE-Lab89.1966-26.3151-7.8146

#98efee color RGB value is (152,239,238).

#98efee hex color red value is 152, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #98efee hue: 0.50 , saturation: 0.73 and the lightness value of 98efee is 0.77.

The process color (four color CMYK) of #98efee color hex is 0.36, 0.00, 0.00, 0.06. Web safe color of #98efee is #99ffff. Color #98efee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101111 11101110
Octal 230 357 356
Decimal 152 239 238
Hex 98 EF EE

RGB Percentages of Color #98efee

%24.17
%38.00
%37.84

CMYK Percentages of Color #98efee

%36
%0
%0
%6

Triadic Colors of #98efee

#98efee #ee98ef #efee98

Analogous Colors of #98efee

#98efee #98c5ef #98efc3

Monochromatic Colors of #98efee

#98efee

Complementary Color

#98efee #ef9899

#98efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98efee Color CSS Codes

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

#98efee Text Font Color

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

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


#98efee Background Color

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

This div background color is #98efee


#98efee Border Color

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

This div border color is #98efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98efee


Comments

No comments written yet.

Please login to write comment.