Color Hex Logo

#98dbdb Color Hex

#98DBDB
(152,219,219)
0 Favorites   0 Comments

Color spaces of #98dbdb

RGB 152219219
HSL0.500.480.73
HSV180°31°86°
CMYK 0.310.000.00   0.14
XYZ51.066662.452976.3810
Yxy62.45290.26890.3289
Hunter Lab79.0271-22.9525-1.9857
CIE-Lab83.1537-20.9094-6.7526

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

#98dbdb hex color red value is 152, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #98dbdb hue: 0.50 , saturation: 0.48 and the lightness value of 98dbdb is 0.73.

The process color (four color CMYK) of #98dbdb color hex is 0.31, 0.00, 0.00, 0.14. Web safe color of #98dbdb is #99cccc. Color #98dbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011011 11011011
Octal 230 333 333
Decimal 152 219 219
Hex 98 DB DB

RGB Percentages of Color #98dbdb

%25.76
%37.12
%37.12

CMYK Percentages of Color #98dbdb

%31
%0
%0
%14

Triadic Colors of #98dbdb

#98dbdb #db98db #dbdb98

Analogous Colors of #98dbdb

#98dbdb #98badb #98dbba

Monochromatic Colors of #98dbdb

#98dbdb

Complementary Color

#98dbdb #db9898

#98dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dbdb Color CSS Codes

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

#98dbdb Text Font Color

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

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


#98dbdb Background Color

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

This div background color is #98dbdb


#98dbdb Border Color

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

This div border color is #98dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dbdb


Comments

No comments written yet.

Please login to write comment.