Color Hex Logo

#98dbff Color Hex

#98DBFF
(152,219,255)
0 Favorites   0 Comments

Color spaces of #98dbff

RGB 152219255
HSL0.561.000.80
HSV201°40°100°
CMYK 0.400.140.00   0.00
XYZ56.330464.5584104.0998
Yxy64.55840.25040.2869
Hunter Lab80.3482-15.4670-20.5728
CIE-Lab84.2557-12.1473-24.1728

#98dbff color RGB value is (152,219,255).

#98dbff hex color red value is 152, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #98dbff hue: 0.56 , saturation: 1.00 and the lightness value of 98dbff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011011 11111111
Octal 230 333 377
Decimal 152 219 255
Hex 98 DB FF

RGB Percentages of Color #98dbff

%24.28
%34.98
%40.73

CMYK Percentages of Color #98dbff

%40
%14
%0
%0

Triadic Colors of #98dbff

#98dbff #ff98db #dbff98

Analogous Colors of #98dbff

#98dbff #98a8ff #98fff0

Monochromatic Colors of #98dbff

#98dbff

Complementary Color

#98dbff #ffbc98

#98dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dbff Color CSS Codes

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

#98dbff Text Font Color

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

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


#98dbff Background Color

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

This div background color is #98dbff


#98dbff Border Color

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

This div border color is #98dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.