Color Hex Logo

#98c6fc Color Hex

#98C6FC
(152,198,252)
0 Favorites   0 Comments

Color spaces of #98c6fc

RGB 152198252
HSL0.590.940.79
HSV212°40°99°
CMYK 0.400.210.00   0.01
XYZ50.713754.091899.8633
Yxy54.09180.24780.2643
Hunter Lab73.5471-5.6246-29.0218
CIE-Lab78.5152-1.8545-31.3602

#98c6fc color RGB value is (152,198,252).

#98c6fc hex color red value is 152, green value is 198 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #98c6fc hue: 0.59 , saturation: 0.94 and the lightness value of 98c6fc is 0.79.

The process color (four color CMYK) of #98c6fc color hex is 0.40, 0.21, 0.00, 0.01. Web safe color of #98c6fc is #99ccff. Color #98c6fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11000110 11111100
Octal 230 306 374
Decimal 152 198 252
Hex 98 C6 FC

RGB Percentages of Color #98c6fc

%25.25
%32.89
%41.86

CMYK Percentages of Color #98c6fc

%40
%21
%0
%1

Triadic Colors of #98c6fc

#98c6fc #fc98c6 #c6fc98

Analogous Colors of #98c6fc

#98c6fc #9c98fc #98f8fc

Monochromatic Colors of #98c6fc

#98c6fc

Complementary Color

#98c6fc #fcce98

#98c6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98c6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98c6fc Color CSS Codes

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

#98c6fc Text Font Color

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

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


#98c6fc Background Color

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

This div background color is #98c6fc


#98c6fc Border Color

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

This div border color is #98c6fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,198,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #98c6fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98c6fc

Related Colors


Comments

No comments written yet.

Please login to write comment.