Color Hex Logo

#98d3fa Color Hex

#98D3FA
(152,211,250)
0 Favorites   0 Comments

Color spaces of #98d3fa

RGB 152211250
HSL0.570.910.79
HSV204°39°98°
CMYK 0.390.160.00   0.02
XYZ53.498560.166199.2360
Yxy60.16610.25130.2826
Hunter Lab77.5668-12.6289-21.5566
CIE-Lab81.9284-9.2753-25.0677

#98d3fa color RGB value is (152,211,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11010011 11111010
Octal 230 323 372
Decimal 152 211 250
Hex 98 D3 FA

RGB Percentages of Color #98d3fa

%24.80
%34.42
%40.78

CMYK Percentages of Color #98d3fa

%39
%16
%0
%2

Triadic Colors of #98d3fa

#98d3fa #fa98d3 #d3fa98

Analogous Colors of #98d3fa

#98d3fa #98a2fa #98faf0

Monochromatic Colors of #98d3fa

#98d3fa

Complementary Color

#98d3fa #fabf98

#98d3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98d3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98d3fa Color CSS Codes

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

#98d3fa Text Font Color

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

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


#98d3fa Background Color

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

This div background color is #98d3fa


#98d3fa Border Color

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

This div border color is #98d3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98d3fa


Comments

No comments written yet.

Please login to write comment.