Color Hex Logo

#98dec1 Color Hex

#98DEC1
(152,222,193)
0 Favorites   0 Comments

Color spaces of #98dec1

RGB 152222193
HSL0.430.510.73
HSV155°32°87°
CMYK 0.320.000.13   0.13
XYZ48.695862.768260.0010
Yxy62.76820.28400.3661
Hunter Lab79.2264-28.932710.5560
CIE-Lab83.3203-28.01777.2724

#98dec1 color RGB value is (152,222,193).

#98dec1 hex color red value is 152, green value is 222 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #98dec1 hue: 0.43 , saturation: 0.51 and the lightness value of 98dec1 is 0.73.

The process color (four color CMYK) of #98dec1 color hex is 0.32, 0.00, 0.13, 0.13. Web safe color of #98dec1 is #99cccc. Color #98dec1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011110 11000001
Octal 230 336 301
Decimal 152 222 193
Hex 98 DE C1

RGB Percentages of Color #98dec1

%26.81
%39.15
%34.04

CMYK Percentages of Color #98dec1

%32
%0
%13
%13

Triadic Colors of #98dec1

#98dec1 #c198de #dec198

Analogous Colors of #98dec1

#98dec1 #98d8de #98de9e

Monochromatic Colors of #98dec1

#98dec1

Complementary Color

#98dec1 #de98b5

#98dec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dec1 Color CSS Codes

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

#98dec1 Text Font Color

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

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


#98dec1 Background Color

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

This div background color is #98dec1


#98dec1 Border Color

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

This div border color is #98dec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dec1


Comments

No comments written yet.

Please login to write comment.