Color Hex Logo

#98fdda Color Hex

#98FDDA
(152,253,218)
0 Favorites   0 Comments

Color spaces of #98fdda

RGB 152253218
HSL0.440.960.79
HSV159°40°99°
CMYK 0.400.000.14   0.01
XYZ60.729181.987978.9542
Yxy81.98790.27400.3699
Hunter Lab90.5472-38.739311.6841
CIE-Lab92.5695-37.32377.5080

#98fdda color RGB value is (152,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111101 11011010
Octal 230 375 332
Decimal 152 253 218
Hex 98 FD DA

RGB Percentages of Color #98fdda

%24.40
%40.61
%34.99

CMYK Percentages of Color #98fdda

%40
%0
%14
%1

Triadic Colors of #98fdda

#98fdda #da98fd #fdda98

Analogous Colors of #98fdda

#98fdda #98eefd #98fda8

Monochromatic Colors of #98fdda

#98fdda

Complementary Color

#98fdda #fd98bb

#98fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fdda Color CSS Codes

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

#98fdda Text Font Color

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

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


#98fdda Background Color

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

This div background color is #98fdda


#98fdda Border Color

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

This div border color is #98fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fdda


Comments

No comments written yet.

Please login to write comment.