Color Hex Logo

#98eeef Color Hex

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

Color spaces of #98eeef

RGB 152238239
HSL0.500.730.77
HSV181°36°94°
CMYK 0.360.000.00   0.06
XYZ59.103474.056592.8406
Yxy74.05650.26150.3277
Hunter Lab86.0561-28.0042-3.7251
CIE-Lab88.9492-25.5964-8.7045

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

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

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

Base Numbers

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

RGB Percentages of Color #98eeef

%24.17
%37.84
%38.00

CMYK Percentages of Color #98eeef

%36
%0
%0
%6

Triadic Colors of #98eeef

#98eeef #ef98ee #eeef98

Analogous Colors of #98eeef

#98eeef #98c3ef #98efc5

Monochromatic Colors of #98eeef

#98eeef

Complementary Color

#98eeef #ef9998

#98eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eeef Color CSS Codes

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

#98eeef Text Font Color

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

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


#98eeef Background Color

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

This div background color is #98eeef


#98eeef Border Color

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

This div border color is #98eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eeef


Comments

No comments written yet.

Please login to write comment.