Color Hex Logo

#98fbdd Color Hex

#98FBDD
(152,251,221)
0 Favorites   0 Comments

Color spaces of #98fbdd

RGB 152251221
HSL0.450.930.79
HSV162°39°98°
CMYK 0.390.000.12   0.02
XYZ60.497280.890280.8314
Yxy80.89020.27220.3640
Hunter Lab89.9390-37.32579.6712
CIE-Lab92.0828-35.77475.2560

#98fbdd color RGB value is (152,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111011 11011101
Octal 230 373 335
Decimal 152 251 221
Hex 98 FB DD

RGB Percentages of Color #98fbdd

%24.36
%40.22
%35.42

CMYK Percentages of Color #98fbdd

%39
%0
%12
%2

Triadic Colors of #98fbdd

#98fbdd #dd98fb #fbdd98

Analogous Colors of #98fbdd

#98fbdd #98e8fb #98fbac

Monochromatic Colors of #98fbdd

#98fbdd

Complementary Color

#98fbdd #fb98b6

#98fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fbdd Color CSS Codes

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

#98fbdd Text Font Color

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

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


#98fbdd Background Color

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

This div background color is #98fbdd


#98fbdd Border Color

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

This div border color is #98fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fbdd


Comments

No comments written yet.

Please login to write comment.