Color Hex Logo

#98fdad Color Hex

#98FDAD
(152,253,173)
0 Favorites   0 Comments

Color spaces of #98fdad

RGB 152253173
HSL0.370.960.79
HSV132°40°99°
CMYK 0.400.000.32   0.01
XYZ55.617079.943152.0344
Yxy79.94310.29650.4261
Hunter Lab89.4109-45.435328.0827
CIE-Lab91.6593-45.840129.2543

#98fdad color RGB value is (152,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111101 10101101
Octal 230 375 255
Decimal 152 253 173
Hex 98 FD AD

RGB Percentages of Color #98fdad

%26.30
%43.77
%29.93

CMYK Percentages of Color #98fdad

%40
%0
%32
%1

Triadic Colors of #98fdad

#98fdad #ad98fd #fdad98

Analogous Colors of #98fdad

#98fdad #98fde0 #b6fd98

Monochromatic Colors of #98fdad

#98fdad

Complementary Color

#98fdad #fd98e8

#98fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fdad Color CSS Codes

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

#98fdad Text Font Color

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

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


#98fdad Background Color

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

This div background color is #98fdad


#98fdad Border Color

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

This div border color is #98fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fdad


Comments

No comments written yet.

Please login to write comment.