Color Hex Logo

#98dcfd Color Hex

#98DCFD
(152,220,253)
0 Favorites   0 Comments

Color spaces of #98dcfd

RGB 152220253
HSL0.550.960.79
HSV200°40°99°
CMYK 0.400.130.00   0.01
XYZ56.271764.9536102.5000
Yxy64.95360.25150.2903
Hunter Lab80.5938-16.4080-18.9900
CIE-Lab84.4598-13.1732-22.8063

#98dcfd color RGB value is (152,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 11111101
Octal 230 334 375
Decimal 152 220 253
Hex 98 DC FD

RGB Percentages of Color #98dcfd

%24.32
%35.20
%40.48

CMYK Percentages of Color #98dcfd

%40
%13
%0
%1

Triadic Colors of #98dcfd

#98dcfd #fd98dc #dcfd98

Analogous Colors of #98dcfd

#98dcfd #98aafd #98fdec

Monochromatic Colors of #98dcfd

#98dcfd

Complementary Color

#98dcfd #fdb998

#98dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dcfd Color CSS Codes

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

#98dcfd Text Font Color

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

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


#98dcfd Background Color

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

This div background color is #98dcfd


#98dcfd Border Color

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

This div border color is #98dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dcfd


Comments

No comments written yet.

Please login to write comment.