Color Hex Logo

#98dfdf Color Hex

#98DFDF
(152,223,223)
0 Favorites   0 Comments

Color spaces of #98dfdf

RGB 152223223
HSL0.500.530.74
HSV180°32°87°
CMYK 0.320.000.00   0.13
XYZ52.655964.778579.5403
Yxy64.77850.26730.3289
Hunter Lab80.4851-24.0685-2.2544
CIE-Lab84.3695-21.9760-7.0735

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011111 11011111
Octal 230 337 337
Decimal 152 223 223
Hex 98 DF DF

RGB Percentages of Color #98dfdf

%25.42
%37.29
%37.29

CMYK Percentages of Color #98dfdf

%32
%0
%0
%13

Triadic Colors of #98dfdf

#98dfdf #df98df #dfdf98

Analogous Colors of #98dfdf

#98dfdf #98bcdf #98dfbc

Monochromatic Colors of #98dfdf

#98dfdf

Complementary Color

#98dfdf #df9898

#98dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dfdf Color CSS Codes

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

#98dfdf Text Font Color

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

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


#98dfdf Background Color

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

This div background color is #98dfdf


#98dfdf Border Color

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

This div border color is #98dfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dfdf


Comments

No comments written yet.

Please login to write comment.