Color Hex Logo

#98fadf Color Hex

#98FADF
(152,250,223)
0 Favorites   0 Comments

Color spaces of #98fadf

RGB 152250223
HSL0.450.910.79
HSV163°39°98°
CMYK 0.390.000.11   0.02
XYZ60.453880.374382.1396
Yxy80.37430.27110.3605
Hunter Lab89.6517-36.52478.4342
CIE-Lab91.8525-34.88503.8872

#98fadf color RGB value is (152,250,223).

#98fadf hex color red value is 152, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #98fadf hue: 0.45 , saturation: 0.91 and the lightness value of 98fadf is 0.79.

The process color (four color CMYK) of #98fadf color hex is 0.39, 0.00, 0.11, 0.02. Web safe color of #98fadf is #99ffcc. Color #98fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111010 11011111
Octal 230 372 337
Decimal 152 250 223
Hex 98 FA DF

RGB Percentages of Color #98fadf

%24.32
%40.00
%35.68

CMYK Percentages of Color #98fadf

%39
%0
%11
%2

Triadic Colors of #98fadf

#98fadf #df98fa #fadf98

Analogous Colors of #98fadf

#98fadf #98e4fa #98faae

Monochromatic Colors of #98fadf

#98fadf

Complementary Color

#98fadf #fa98b3

#98fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fadf Color CSS Codes

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

#98fadf Text Font Color

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

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


#98fadf Background Color

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

This div background color is #98fadf


#98fadf Border Color

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

This div border color is #98fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fadf

Related Colors


Comments

No comments written yet.

Please login to write comment.