Color Hex Logo

#98daee Color Hex

#98DAEE
(152,218,238)
0 Favorites   0 Comments

Color spaces of #98daee

RGB 152218238
HSL0.540.720.76
HSV194°36°93°
CMYK 0.360.080.00   0.07
XYZ53.452962.991390.2302
Yxy62.99130.25860.3048
Hunter Lab79.3671-18.6744-11.8482
CIE-Lab83.4378-15.8987-16.4125

#98daee color RGB value is (152,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011010 11101110
Octal 230 332 356
Decimal 152 218 238
Hex 98 DA EE

RGB Percentages of Color #98daee

%25.00
%35.86
%39.14

CMYK Percentages of Color #98daee

%36
%8
%0
%7

Triadic Colors of #98daee

#98daee #ee98da #daee98

Analogous Colors of #98daee

#98daee #98afee #98eed7

Monochromatic Colors of #98daee

#98daee

Complementary Color

#98daee #eeac98

#98daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98daee Color CSS Codes

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

#98daee Text Font Color

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

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


#98daee Background Color

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

This div background color is #98daee


#98daee Border Color

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

This div border color is #98daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98daee


Comments

No comments written yet.

Please login to write comment.