Color Hex Logo

#98fcd9 Color Hex

#98FCD9
(152,252,217)
0 Favorites   0 Comments

Color spaces of #98fcd9

RGB 152252217
HSL0.440.940.79
HSV159°40°99°
CMYK 0.400.000.14   0.01
XYZ60.283781.306078.1620
Yxy81.30600.27430.3700
Hunter Lab90.1698-38.459811.7245
CIE-Lab92.2677-37.07817.5906

#98fcd9 color RGB value is (152,252,217).

#98fcd9 hex color red value is 152, green value is 252 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #98fcd9 hue: 0.44 , saturation: 0.94 and the lightness value of 98fcd9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111100 11011001
Octal 230 374 331
Decimal 152 252 217
Hex 98 FC D9

RGB Percentages of Color #98fcd9

%24.48
%40.58
%34.94

CMYK Percentages of Color #98fcd9

%40
%0
%14
%1

Triadic Colors of #98fcd9

#98fcd9 #d998fc #fcd998

Analogous Colors of #98fcd9

#98fcd9 #98edfc #98fca7

Monochromatic Colors of #98fcd9

#98fcd9

Complementary Color

#98fcd9 #fc98bb

#98fcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fcd9 Color CSS Codes

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

#98fcd9 Text Font Color

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

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


#98fcd9 Background Color

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

This div background color is #98fcd9


#98fcd9 Border Color

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

This div border color is #98fcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fcd9

Related Colors


Comments

No comments written yet.

Please login to write comment.