Color Hex Logo

#98dadc Color Hex

#98DADC
(152,218,220)
0 Favorites   0 Comments

Color spaces of #98dadc

RGB 152218220
HSL0.500.490.73
HSV182°31°86°
CMYK 0.310.010.00   0.14
XYZ50.938661.985576.9898
Yxy61.98550.26820.3264
Hunter Lab78.7309-22.2901-2.8672
CIE-Lab82.9057-20.1804-7.6510

#98dadc color RGB value is (152,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011010 11011100
Octal 230 332 334
Decimal 152 218 220
Hex 98 DA DC

RGB Percentages of Color #98dadc

%25.76
%36.95
%37.29

CMYK Percentages of Color #98dadc

%31
%1
%0
%14

Triadic Colors of #98dadc

#98dadc #dc98da #dadc98

Analogous Colors of #98dadc

#98dadc #98b8dc #98dcbc

Monochromatic Colors of #98dadc

#98dadc

Complementary Color

#98dadc #dc9a98

#98dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dadc Color CSS Codes

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

#98dadc Text Font Color

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

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


#98dadc Background Color

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

This div background color is #98dadc


#98dadc Border Color

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

This div border color is #98dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dadc


Comments

No comments written yet.

Please login to write comment.