Color Hex Logo

#98efdf Color Hex

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

Color spaces of #98efdf

RGB 152239223
HSL0.470.730.77
HSV169°36°94°
CMYK 0.360.000.07   0.06
XYZ57.134773.736181.0332
Yxy73.73610.26960.3480
Hunter Lab85.8697-31.50444.1583
CIE-Lab88.7976-29.7351-0.5587

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

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

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

Base Numbers

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

RGB Percentages of Color #98efdf

%24.76
%38.93
%36.32

CMYK Percentages of Color #98efdf

%36
%0
%7
%6

Triadic Colors of #98efdf

#98efdf #df98ef #efdf98

Analogous Colors of #98efdf

#98efdf #98d4ef #98efb4

Monochromatic Colors of #98efdf

#98efdf

Complementary Color

#98efdf #ef98a8

#98efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98efdf Color CSS Codes

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

#98efdf Text Font Color

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

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


#98efdf Background Color

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

This div background color is #98efdf


#98efdf Border Color

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

This div border color is #98efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98efdf


Comments

No comments written yet.

Please login to write comment.