Color Hex Logo

#98fedf Color Hex

#98FEDF
(152,254,223)
0 Favorites   0 Comments

Color spaces of #98fedf

RGB 152254223
HSL0.450.980.80
HSV162°40°100°
CMYK 0.400.000.12   0.00
XYZ61.710082.886782.5583
Yxy82.88670.27170.3649
Hunter Lab91.0421-38.33329.9645
CIE-Lab92.9648-36.72135.4961

#98fedf color RGB value is (152,254,223).

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

The process color (four color CMYK) of #98fedf color hex is 0.40, 0.00, 0.12, 0.00. Web safe color of #98fedf is #99ffcc. Color #98fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 11011111
Octal 230 376 337
Decimal 152 254 223
Hex 98 FE DF

RGB Percentages of Color #98fedf

%24.17
%40.38
%35.45

CMYK Percentages of Color #98fedf

%40
%0
%12
%0

Triadic Colors of #98fedf

#98fedf #df98fe #fedf98

Analogous Colors of #98fedf

#98fedf #98eafe #98feac

Monochromatic Colors of #98fedf

#98fedf

Complementary Color

#98fedf #fe98b7

#98fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fedf Color CSS Codes

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

#98fedf Text Font Color

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

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


#98fedf Background Color

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

This div background color is #98fedf


#98fedf Border Color

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

This div border color is #98fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fedf


Comments

No comments written yet.

Please login to write comment.