Color Hex Logo

#98edfb Color Hex

#98EDFB
(152,237,251)
0 Favorites   0 Comments

Color spaces of #98edfb

RGB 152237251
HSL0.520.930.79
HSV188°39°98°
CMYK 0.390.060.00   0.02
XYZ60.645774.2088102.3942
Yxy74.20880.25560.3128
Hunter Lab86.1445-25.0890-10.1729
CIE-Lab89.0211-22.2259-14.8746

#98edfb color RGB value is (152,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101101 11111011
Octal 230 355 373
Decimal 152 237 251
Hex 98 ED FB

RGB Percentages of Color #98edfb

%23.75
%37.03
%39.22

CMYK Percentages of Color #98edfb

%39
%6
%0
%2

Triadic Colors of #98edfb

#98edfb #fb98ed #edfb98

Analogous Colors of #98edfb

#98edfb #98bcfb #98fbd8

Monochromatic Colors of #98edfb

#98edfb

Complementary Color

#98edfb #fba698

#98edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98edfb Color CSS Codes

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

#98edfb Text Font Color

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

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


#98edfb Background Color

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

This div background color is #98edfb


#98edfb Border Color

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

This div border color is #98edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98edfb


Comments

No comments written yet.

Please login to write comment.