Color Hex Logo

#98faad Color Hex

#98FAAD
(152,250,173)
0 Favorites   0 Comments

Color spaces of #98faad

RGB 152250173
HSL0.370.910.79
HSV133°39°98°
CMYK 0.390.000.31   0.02
XYZ54.677378.063751.7212
Yxy78.06370.29640.4232
Hunter Lab88.3537-44.154927.1399
CIE-Lab90.8090-44.543528.1025

#98faad color RGB value is (152,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111010 10101101
Octal 230 372 255
Decimal 152 250 173
Hex 98 FA AD

RGB Percentages of Color #98faad

%26.43
%43.48
%30.09

CMYK Percentages of Color #98faad

%39
%0
%31
%2

Triadic Colors of #98faad

#98faad #ad98fa #faad98

Analogous Colors of #98faad

#98faad #98fade #b4fa98

Monochromatic Colors of #98faad

#98faad

Complementary Color

#98faad #fa98e5

#98faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#98faad Color CSS Codes

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

#98faad Text Font Color

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

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


#98faad Background Color

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

This div background color is #98faad


#98faad Border Color

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

This div border color is #98faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98faad


Comments

No comments written yet.

Please login to write comment.