Color Hex Logo

#98fdcb Color Hex

#98FDCB
(152,253,203)
0 Favorites   0 Comments

Color spaces of #98fdcb

RGB 152253203
HSL0.420.960.79
HSV150°40°99°
CMYK 0.400.000.20   0.01
XYZ58.853781.237869.0785
Yxy81.23780.28140.3884
Hunter Lab90.1320-41.175517.6517
CIE-Lab92.2374-40.371614.7630

#98fdcb color RGB value is (152,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111101 11001011
Octal 230 375 313
Decimal 152 253 203
Hex 98 FD CB

RGB Percentages of Color #98fdcb

%25.00
%41.61
%33.39

CMYK Percentages of Color #98fdcb

%40
%0
%20
%1

Triadic Colors of #98fdcb

#98fdcb #cb98fd #fdcb98

Analogous Colors of #98fdcb

#98fdcb #98fdfd #98fd99

Monochromatic Colors of #98fdcb

#98fdcb

Complementary Color

#98fdcb #fd98ca

#98fdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fdcb Color CSS Codes

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

#98fdcb Text Font Color

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

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


#98fdcb Background Color

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

This div background color is #98fdcb


#98fdcb Border Color

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

This div border color is #98fdcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,253,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 #98fdcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fdcb


Comments

No comments written yet.

Please login to write comment.