Color Hex Logo

#98eeff Color Hex

#98EEFF
(152,238,255)
0 Favorites   0 Comments

Color spaces of #98eeff

RGB 152238255
HSL0.531.000.80
HSV190°40°100°
CMYK 0.400.070.00   0.00
XYZ61.573475.0445105.8475
Yxy75.04450.25390.3095
Hunter Lab86.6282-24.7256-11.8043
CIE-Lab89.4138-21.7350-16.3759

#98eeff color RGB value is (152,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101110 11111111
Octal 230 356 377
Decimal 152 238 255
Hex 98 EE FF

RGB Percentages of Color #98eeff

%23.57
%36.90
%39.53

CMYK Percentages of Color #98eeff

%40
%7
%0
%0

Triadic Colors of #98eeff

#98eeff #ff98ee #eeff98

Analogous Colors of #98eeff

#98eeff #98bbff #98ffdd

Monochromatic Colors of #98eeff

#98eeff

Complementary Color

#98eeff #ffa998

#98eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eeff Color CSS Codes

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

#98eeff Text Font Color

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

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


#98eeff Background Color

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

This div background color is #98eeff


#98eeff Border Color

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

This div border color is #98eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eeff

#98eeff Color Palettes


Comments

No comments written yet.

Please login to write comment.