Color Hex Logo

#98dbfa Color Hex

#98DBFA
(152,219,250)
0 Favorites   0 Comments

Color spaces of #98dbfa

RGB 152219250
HSL0.550.910.79
HSV199°39°98°
CMYK 0.390.120.00   0.02
XYZ55.535764.240699.9151
Yxy64.24060.25280.2924
Hunter Lab80.1502-16.5811-17.8056
CIE-Lab84.0909-13.4214-21.7806

#98dbfa color RGB value is (152,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011011 11111010
Octal 230 333 372
Decimal 152 219 250
Hex 98 DB FA

RGB Percentages of Color #98dbfa

%24.48
%35.27
%40.26

CMYK Percentages of Color #98dbfa

%39
%12
%0
%2

Triadic Colors of #98dbfa

#98dbfa #fa98db #dbfa98

Analogous Colors of #98dbfa

#98dbfa #98aafa #98fae8

Monochromatic Colors of #98dbfa

#98dbfa

Complementary Color

#98dbfa #fab798

#98dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dbfa Color CSS Codes

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

#98dbfa Text Font Color

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

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


#98dbfa Background Color

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

This div background color is #98dbfa


#98dbfa Border Color

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

This div border color is #98dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dbfa


Comments

No comments written yet.

Please login to write comment.