Color Hex Logo

#98edfd Color Hex

#98EDFD
(152,237,253)
0 Favorites   0 Comments

Color spaces of #98edfd

RGB 152237253
HSL0.530.960.79
HSV190°40°99°
CMYK 0.400.060.00   0.01
XYZ60.962774.3356104.0636
Yxy74.33560.25470.3106
Hunter Lab86.2181-24.6687-11.2092
CIE-Lab89.0809-21.7349-15.8307

#98edfd color RGB value is (152,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101101 11111101
Octal 230 355 375
Decimal 152 237 253
Hex 98 ED FD

RGB Percentages of Color #98edfd

%23.68
%36.92
%39.41

CMYK Percentages of Color #98edfd

%40
%6
%0
%1

Triadic Colors of #98edfd

#98edfd #fd98ed #edfd98

Analogous Colors of #98edfd

#98edfd #98bbfd #98fddb

Monochromatic Colors of #98edfd

#98edfd

Complementary Color

#98edfd #fda898

#98edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98edfd Color CSS Codes

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

#98edfd Text Font Color

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

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


#98edfd Background Color

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

This div background color is #98edfd


#98edfd Border Color

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

This div border color is #98edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98edfd


Comments

No comments written yet.

Please login to write comment.