Color Hex Logo

#98dcfa Color Hex

#98DCFA
(152,220,250)
0 Favorites   0 Comments

Color spaces of #98dcfa

RGB 152220250
HSL0.550.910.79
HSV198°39°98°
CMYK 0.390.120.00   0.02
XYZ55.797464.7639100.0023
Yxy64.76390.25300.2936
Hunter Lab80.4760-17.0715-17.3426
CIE-Lab84.3619-13.9341-21.3698

#98dcfa color RGB value is (152,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 11111010
Octal 230 334 372
Decimal 152 220 250
Hex 98 DC FA

RGB Percentages of Color #98dcfa

%24.44
%35.37
%40.19

CMYK Percentages of Color #98dcfa

%39
%12
%0
%2

Triadic Colors of #98dcfa

#98dcfa #fa98dc #dcfa98

Analogous Colors of #98dcfa

#98dcfa #98abfa #98fae7

Monochromatic Colors of #98dcfa

#98dcfa

Complementary Color

#98dcfa #fab698

#98dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dcfa Color CSS Codes

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

#98dcfa Text Font Color

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

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


#98dcfa Background Color

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

This div background color is #98dcfa


#98dcfa Border Color

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

This div border color is #98dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.