Color Hex Logo

#98eafa Color Hex

#98EAFA
(152,234,250)
0 Favorites   0 Comments

Color spaces of #98eafa

RGB 152234250
HSL0.530.910.79
HSV190°39°98°
CMYK 0.390.060.00   0.02
XYZ59.627072.4232101.2789
Yxy72.42320.25550.3104
Hunter Lab85.1018-23.8613-10.9892
CIE-Lab88.1719-20.9894-15.6247

#98eafa color RGB value is (152,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101010 11111010
Octal 230 352 372
Decimal 152 234 250
Hex 98 EA FA

RGB Percentages of Color #98eafa

%23.90
%36.79
%39.31

CMYK Percentages of Color #98eafa

%39
%6
%0
%2

Triadic Colors of #98eafa

#98eafa #fa98ea #eafa98

Analogous Colors of #98eafa

#98eafa #98b9fa #98fad9

Monochromatic Colors of #98eafa

#98eafa

Complementary Color

#98eafa #faa898

#98eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eafa Color CSS Codes

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

#98eafa Text Font Color

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

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


#98eafa Background Color

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

This div background color is #98eafa


#98eafa Border Color

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

This div border color is #98eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eafa


Comments

No comments written yet.

Please login to write comment.