Color Hex Logo

#98feea Color Hex

#98FEEA
(152,254,234)
0 Favorites   0 Comments

Color spaces of #98feea

RGB 152254234
HSL0.470.980.80
HSV168°40°100°
CMYK 0.400.000.08   0.00
XYZ63.242083.499590.6257
Yxy83.49950.26640.3518
Hunter Lab91.3781-36.37325.1628
CIE-Lab93.2327-34.32240.2012

#98feea color RGB value is (152,254,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 11101010
Octal 230 376 352
Decimal 152 254 234
Hex 98 FE EA

RGB Percentages of Color #98feea

%23.75
%39.69
%36.56

CMYK Percentages of Color #98feea

%40
%0
%8
%0

Triadic Colors of #98feea

#98feea #ea98fe #feea98

Analogous Colors of #98feea

#98feea #98dffe #98feb7

Monochromatic Colors of #98feea

#98feea

Complementary Color

#98feea #fe98ac

#98feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98feea Color CSS Codes

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

#98feea Text Font Color

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

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


#98feea Background Color

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

This div background color is #98feea


#98feea Border Color

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

This div border color is #98feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98feea


Comments

No comments written yet.

Please login to write comment.