Color Hex Logo

#98abfa Color Hex

#98ABFA
(152,171,250)
0 Favorites   0 Comments

Color spaces of #98abfa

RGB 152171250
HSL0.630.910.79
HSV228°39°98°
CMYK 0.390.320.00   0.02
XYZ44.767142.703396.3256
Yxy42.70330.24360.2323
Hunter Lab65.34787.9245-41.6527
CIE-Lab71.353112.5023-41.3864

#98abfa color RGB value is (152,171,250).

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

The process color (four color CMYK) of #98abfa color hex is 0.39, 0.32, 0.00, 0.02. Web safe color of #98abfa is #9999ff. Color #98abfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 11111010
Octal 230 253 372
Decimal 152 171 250
Hex 98 AB FA

RGB Percentages of Color #98abfa

%26.53
%29.84
%43.63

CMYK Percentages of Color #98abfa

%39
%32
%0
%2

Triadic Colors of #98abfa

#98abfa #fa98ab #abfa98

Analogous Colors of #98abfa

#98abfa #b698fa #98dcfa

Monochromatic Colors of #98abfa

#98abfa

Complementary Color

#98abfa #fae798

#98abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abfa Color CSS Codes

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

#98abfa Text Font Color

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

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


#98abfa Background Color

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

This div background color is #98abfa


#98abfa Border Color

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

This div border color is #98abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abfa


Comments

No comments written yet.

Please login to write comment.