Color Hex Logo

#98dcdf Color Hex

#98DCDF
(152,220,223)
0 Favorites   0 Comments

Color spaces of #98dcdf

RGB 152220223
HSL0.510.530.74
HSV183°32°87°
CMYK 0.320.010.00   0.13
XYZ51.861463.189579.2754
Yxy63.18950.26690.3252
Hunter Lab79.4918-22.6552-3.4843
CIE-Lab83.5420-20.4851-8.3000

#98dcdf color RGB value is (152,220,223).

#98dcdf hex color red value is 152, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #98dcdf hue: 0.51 , saturation: 0.53 and the lightness value of 98dcdf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 11011111
Octal 230 334 337
Decimal 152 220 223
Hex 98 DC DF

RGB Percentages of Color #98dcdf

%25.55
%36.97
%37.48

CMYK Percentages of Color #98dcdf

%32
%1
%0
%13

Triadic Colors of #98dcdf

#98dcdf #df98dc #dcdf98

Analogous Colors of #98dcdf

#98dcdf #98b9df #98dfbf

Monochromatic Colors of #98dcdf

#98dcdf

Complementary Color

#98dcdf #df9b98

#98dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dcdf Color CSS Codes

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

#98dcdf Text Font Color

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

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


#98dcdf Background Color

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

This div background color is #98dcdf


#98dcdf Border Color

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

This div border color is #98dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dcdf


Comments

No comments written yet.

Please login to write comment.