Color Hex Logo

#98ffbe Color Hex

#98FFBE
(152,255,190)
0 Favorites   0 Comments

Color spaces of #98ffbe

RGB 152255190
HSL0.391.000.80
HSV142°40°100°
CMYK 0.400.000.25   0.00
XYZ58.003281.913161.4689
Yxy81.91310.28800.4067
Hunter Lab90.5059-43.988523.0861
CIE-Lab92.5365-43.723621.8361

#98ffbe color RGB value is (152,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111111 10111110
Octal 230 377 276
Decimal 152 255 190
Hex 98 FF BE

RGB Percentages of Color #98ffbe

%25.46
%42.71
%31.83

CMYK Percentages of Color #98ffbe

%40
%0
%25
%0

Triadic Colors of #98ffbe

#98ffbe #be98ff #ffbe98

Analogous Colors of #98ffbe

#98ffbe #98fff2 #a6ff98

Monochromatic Colors of #98ffbe

#98ffbe

Complementary Color

#98ffbe #ff98d9

#98ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ffbe Color CSS Codes

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

#98ffbe Text Font Color

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

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


#98ffbe Background Color

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

This div background color is #98ffbe


#98ffbe Border Color

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

This div border color is #98ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.