Color Hex Logo

#98dfef Color Hex

#98DFEF
(152,223,239)
0 Favorites   0 Comments

Color spaces of #98dfef

RGB 152223239
HSL0.530.730.77
HSV191°36°94°
CMYK 0.360.070.00   0.06
XYZ54.916665.682791.4450
Yxy65.68270.25900.3098
Hunter Lab81.0449-20.8756-10.1670
CIE-Lab84.8343-18.1849-14.8440

#98dfef color RGB value is (152,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011111 11101111
Octal 230 337 357
Decimal 152 223 239
Hex 98 DF EF

RGB Percentages of Color #98dfef

%24.76
%36.32
%38.93

CMYK Percentages of Color #98dfef

%36
%7
%0
%6

Triadic Colors of #98dfef

#98dfef #ef98df #dfef98

Analogous Colors of #98dfef

#98dfef #98b4ef #98efd4

Monochromatic Colors of #98dfef

#98dfef

Complementary Color

#98dfef #efa898

#98dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dfef Color CSS Codes

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

#98dfef Text Font Color

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

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


#98dfef Background Color

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

This div background color is #98dfef


#98dfef Border Color

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

This div border color is #98dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dfef


Comments

No comments written yet.

Please login to write comment.