Color Hex Logo

#98bcfd Color Hex

#98BCFD
(152,188,253)
0 Favorites   0 Comments

Color spaces of #98bcfd

RGB 152188253
HSL0.610.960.79
HSV219°40°99°
CMYK 0.400.260.00   0.01
XYZ48.661749.733799.9633
Yxy49.73370.24530.2507
Hunter Lab70.5221-0.2451-34.6766
CIE-Lab75.90553.8491-35.9246

#98bcfd color RGB value is (152,188,253).

#98bcfd hex color red value is 152, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #98bcfd hue: 0.61 , saturation: 0.96 and the lightness value of 98bcfd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111100 11111101
Octal 230 274 375
Decimal 152 188 253
Hex 98 BC FD

RGB Percentages of Color #98bcfd

%25.63
%31.70
%42.66

CMYK Percentages of Color #98bcfd

%40
%26
%0
%1

Triadic Colors of #98bcfd

#98bcfd #fd98bc #bcfd98

Analogous Colors of #98bcfd

#98bcfd #a798fd #98effd

Monochromatic Colors of #98bcfd

#98bcfd

Complementary Color

#98bcfd #fdd998

#98bcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bcfd Color CSS Codes

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

#98bcfd Text Font Color

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

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


#98bcfd Background Color

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

This div background color is #98bcfd


#98bcfd Border Color

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

This div border color is #98bcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.