Color Hex Logo

#98febb Color Hex

#98FEBB
(152,254,187)
0 Favorites   0 Comments

Color spaces of #98febb

RGB 152254187
HSL0.390.980.80
HSV141°40°100°
CMYK 0.400.000.26   0.00
XYZ57.360381.146959.6534
Yxy81.14690.28950.4095
Hunter Lab90.0816-43.981223.7944
CIE-Lab92.1970-43.833122.8944

#98febb color RGB value is (152,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 10111011
Octal 230 376 273
Decimal 152 254 187
Hex 98 FE BB

RGB Percentages of Color #98febb

%25.63
%42.83
%31.53

CMYK Percentages of Color #98febb

%40
%0
%26
%0

Triadic Colors of #98febb

#98febb #bb98fe #febb98

Analogous Colors of #98febb

#98febb #98feee #a8fe98

Monochromatic Colors of #98febb

#98febb

Complementary Color

#98febb #fe98db

#98febb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98febb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98febb Color CSS Codes

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

#98febb Text Font Color

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

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


#98febb Background Color

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

This div background color is #98febb


#98febb Border Color

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

This div border color is #98febb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98febb


Comments

No comments written yet.

Please login to write comment.