Color Hex Logo

#98deee Color Hex

#98DEEE
(152,222,238)
0 Favorites   0 Comments

Color spaces of #98deee

RGB 152222238
HSL0.530.720.76
HSV191°36°93°
CMYK 0.360.070.00   0.07
XYZ54.502865.091090.5801
Yxy65.09100.25930.3097
Hunter Lab80.6790-20.6023-10.0909
CIE-Lab84.5306-17.9245-14.7708

#98deee color RGB value is (152,222,238).

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

The process color (four color CMYK) of #98deee color hex is 0.36, 0.07, 0.00, 0.07. Web safe color of #98deee is #99ccff. Color #98deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011110 11101110
Octal 230 336 356
Decimal 152 222 238
Hex 98 DE EE

RGB Percentages of Color #98deee

%24.84
%36.27
%38.89

CMYK Percentages of Color #98deee

%36
%7
%0
%7

Triadic Colors of #98deee

#98deee #ee98de #deee98

Analogous Colors of #98deee

#98deee #98b3ee #98eed3

Monochromatic Colors of #98deee

#98deee

Complementary Color

#98deee #eea898

#98deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98deee Color CSS Codes

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

#98deee Text Font Color

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

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


#98deee Background Color

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

This div background color is #98deee


#98deee Border Color

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

This div border color is #98deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98deee


Comments

No comments written yet.

Please login to write comment.