Color Hex Logo

#98ecfa Color Hex

#98ECFA
(152,236,250)
0 Favorites   0 Comments

Color spaces of #98ecfa

RGB 152236250
HSL0.520.910.79
HSV189°39°98°
CMYK 0.390.060.00   0.02
XYZ60.199773.5684101.4697
Yxy73.56840.25590.3127
Hunter Lab85.7720-24.8196-10.1006
CIE-Lab88.7181-21.9778-14.8055

#98ecfa color RGB value is (152,236,250).

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

The process color (four color CMYK) of #98ecfa color hex is 0.39, 0.06, 0.00, 0.02. Web safe color of #98ecfa is #99ffff. Color #98ecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101100 11111010
Octal 230 354 372
Decimal 152 236 250
Hex 98 EC FA

RGB Percentages of Color #98ecfa

%23.82
%36.99
%39.18

CMYK Percentages of Color #98ecfa

%39
%6
%0
%2

Triadic Colors of #98ecfa

#98ecfa #fa98ec #ecfa98

Analogous Colors of #98ecfa

#98ecfa #98bbfa #98fad7

Monochromatic Colors of #98ecfa

#98ecfa

Complementary Color

#98ecfa #faa698

#98ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ecfa Color CSS Codes

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

#98ecfa Text Font Color

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

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


#98ecfa Background Color

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

This div background color is #98ecfa


#98ecfa Border Color

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

This div border color is #98ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ecfa


Comments

No comments written yet.

Please login to write comment.