Color Hex Logo

#98dadb Color Hex

#98DADB
(152,218,219)
0 Favorites   0 Comments

Color spaces of #98dadb

RGB 152218219
HSL0.500.480.73
HSV181°31°86°
CMYK 0.310.000.00   0.14
XYZ50.806561.932776.2943
Yxy61.93270.26880.3276
Hunter Lab78.6973-22.4819-2.3914
CIE-Lab82.8776-20.4107-7.1613

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011010 11011011
Octal 230 332 333
Decimal 152 218 219
Hex 98 DA DB

RGB Percentages of Color #98dadb

%25.81
%37.01
%37.18

CMYK Percentages of Color #98dadb

%31
%0
%0
%14

Triadic Colors of #98dadb

#98dadb #db98da #dadb98

Analogous Colors of #98dadb

#98dadb #98b9db #98dbbb

Monochromatic Colors of #98dadb

#98dadb

Complementary Color

#98dadb #db9998

#98dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dadb Color CSS Codes

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

#98dadb Text Font Color

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

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


#98dadb Background Color

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

This div background color is #98dadb


#98dadb Border Color

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

This div border color is #98dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dadb


Comments

No comments written yet.

Please login to write comment.