Color Hex Logo

#98fcdd Color Hex

#98FCDD
(152,252,221)
0 Favorites   0 Comments

Color spaces of #98fcdd

RGB 152252221
HSL0.450.940.79
HSV161°40°99°
CMYK 0.400.000.12   0.01
XYZ60.810481.516780.9359
Yxy81.51670.27240.3651
Hunter Lab90.2866-37.777110.0511
CIE-Lab92.3611-36.23345.6578

#98fcdd color RGB value is (152,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111100 11011101
Octal 230 374 335
Decimal 152 252 221
Hex 98 FC DD

RGB Percentages of Color #98fcdd

%24.32
%40.32
%35.36

CMYK Percentages of Color #98fcdd

%40
%0
%12
%1

Triadic Colors of #98fcdd

#98fcdd #dd98fc #fcdd98

Analogous Colors of #98fcdd

#98fcdd #98e9fc #98fcab

Monochromatic Colors of #98fcdd

#98fcdd

Complementary Color

#98fcdd #fc98b7

#98fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fcdd Color CSS Codes

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

#98fcdd Text Font Color

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

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


#98fcdd Background Color

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

This div background color is #98fcdd


#98fcdd Border Color

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

This div border color is #98fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fcdd


Comments

No comments written yet.

Please login to write comment.