Color Hex Logo

#98fecb Color Hex

#98FECB
(152,254,203)
0 Favorites   0 Comments

Color spaces of #98fecb

RGB 152254203
HSL0.420.980.80
HSV150°40°100°
CMYK 0.400.000.20   0.00
XYZ59.170281.870869.1840
Yxy81.87080.28150.3894
Hunter Lab90.4825-41.615918.0039
CIE-Lab92.5178-40.817615.1590

#98fecb color RGB value is (152,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 11001011
Octal 230 376 313
Decimal 152 254 203
Hex 98 FE CB

RGB Percentages of Color #98fecb

%24.96
%41.71
%33.33

CMYK Percentages of Color #98fecb

%40
%0
%20
%0

Triadic Colors of #98fecb

#98fecb #cb98fe #fecb98

Analogous Colors of #98fecb

#98fecb #98fefe #98fe98

Monochromatic Colors of #98fecb

#98fecb

Complementary Color

#98fecb #fe98cb

#98fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fecb Color CSS Codes

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

#98fecb Text Font Color

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

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


#98fecb Background Color

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

This div background color is #98fecb


#98fecb Border Color

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

This div border color is #98fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fecb

Related Colors


Comments

No comments written yet.

Please login to write comment.