Color Hex Logo

#98fadc Color Hex

#98FADC
(152,250,220)
0 Favorites   0 Comments

Color spaces of #98fadc

RGB 152250220
HSL0.450.910.79
HSV162°39°98°
CMYK 0.390.000.12   0.02
XYZ60.052880.213980.0279
Yxy80.21390.27260.3641
Hunter Lab89.5622-37.04709.7152
CIE-Lab91.7807-35.52845.3372

#98fadc color RGB value is (152,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111010 11011100
Octal 230 372 334
Decimal 152 250 220
Hex 98 FA DC

RGB Percentages of Color #98fadc

%24.44
%40.19
%35.37

CMYK Percentages of Color #98fadc

%39
%0
%12
%2

Triadic Colors of #98fadc

#98fadc #dc98fa #fadc98

Analogous Colors of #98fadc

#98fadc #98e7fa #98faab

Monochromatic Colors of #98fadc

#98fadc

Complementary Color

#98fadc #fa98b6

#98fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fadc Color CSS Codes

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

#98fadc Text Font Color

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

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


#98fadc Background Color

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

This div background color is #98fadc


#98fadc Border Color

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

This div border color is #98fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fadc


Comments

No comments written yet.

Please login to write comment.