Color Hex Logo

#98fef0 Color Hex

#98FEF0
(152,254,240)
0 Favorites   0 Comments

Color spaces of #98fef0

RGB 152254240
HSL0.480.980.80
HSV172°40°100°
CMYK 0.400.000.06   0.00
XYZ64.118983.850395.2434
Yxy83.85030.26360.3448
Hunter Lab91.5698-35.25812.4303
CIE-Lab93.3854-32.9725-2.6780

#98fef0 color RGB value is (152,254,240).

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

The process color (four color CMYK) of #98fef0 color hex is 0.40, 0.00, 0.06, 0.00. Web safe color of #98fef0 is #99ffff. Color #98fef0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 11110000
Octal 230 376 360
Decimal 152 254 240
Hex 98 FE F0

RGB Percentages of Color #98fef0

%23.53
%39.32
%37.15

CMYK Percentages of Color #98fef0

%40
%0
%6
%0

Triadic Colors of #98fef0

#98fef0 #f098fe #fef098

Analogous Colors of #98fef0

#98fef0 #98d9fe #98febd

Monochromatic Colors of #98fef0

#98fef0

Complementary Color

#98fef0 #fe98a6

#98fef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fef0 Color CSS Codes

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

#98fef0 Text Font Color

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

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


#98fef0 Background Color

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

This div background color is #98fef0


#98fef0 Border Color

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

This div border color is #98fef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fef0


Comments

No comments written yet.

Please login to write comment.