Color Hex Logo

#98feba Color Hex

#98FEBA
(152,254,186)
0 Favorites   0 Comments

Color spaces of #98feba

RGB 152254186
HSL0.390.980.80
HSV140°40°100°
CMYK 0.400.000.27   0.00
XYZ57.253681.104259.0915
Yxy81.10420.29000.4108
Hunter Lab90.0579-44.121324.1374
CIE-Lab92.1780-44.013423.3772

#98feba color RGB value is (152,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 10111010
Octal 230 376 272
Decimal 152 254 186
Hex 98 FE BA

RGB Percentages of Color #98feba

%25.68
%42.91
%31.42

CMYK Percentages of Color #98feba

%40
%0
%27
%0

Triadic Colors of #98feba

#98feba #ba98fe #feba98

Analogous Colors of #98feba

#98feba #98feed #a9fe98

Monochromatic Colors of #98feba

#98feba

Complementary Color

#98feba #fe98dc

#98feba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98feba Color Preview on White Background

Lorem ipsum dolor sit amet.

#98feba Color CSS Codes

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

#98feba Text Font Color

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

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


#98feba Background Color

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

This div background color is #98feba


#98feba Border Color

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

This div border color is #98feba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98feba


Comments

No comments written yet.

Please login to write comment.