Color Hex Logo

#98febc Color Hex

#98FEBC
(152,254,188)
0 Favorites   0 Comments

Color spaces of #98febc

RGB 152254188
HSL0.390.980.80
HSV141°40°100°
CMYK 0.400.000.26   0.00
XYZ57.467881.189960.2193
Yxy81.18990.28900.4082
Hunter Lab90.1054-43.840123.4491
CIE-Lab92.2161-43.651722.4115

#98febc color RGB value is (152,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 10111100
Octal 230 376 274
Decimal 152 254 188
Hex 98 FE BC

RGB Percentages of Color #98febc

%25.59
%42.76
%31.65

CMYK Percentages of Color #98febc

%40
%0
%26
%0

Triadic Colors of #98febc

#98febc #bc98fe #febc98

Analogous Colors of #98febc

#98febc #98feef #a7fe98

Monochromatic Colors of #98febc

#98febc

Complementary Color

#98febc #fe98da

#98febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98febc Color CSS Codes

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

#98febc Text Font Color

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

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


#98febc Background Color

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

This div background color is #98febc


#98febc Border Color

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

This div border color is #98febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98febc

Related Colors


Comments

No comments written yet.

Please login to write comment.