Color Hex Logo

#98dfbd Color Hex

#98DFBD
(152,223,189)
0 Favorites   0 Comments

Color spaces of #98dfbd

RGB 152223189
HSL0.420.530.74
HSV151°32°87°
CMYK 0.320.000.15   0.13
XYZ48.521963.124957.7711
Yxy63.12490.28640.3726
Hunter Lab79.4512-30.027212.5045
CIE-Lab83.5081-29.30399.6532

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011111 10111101
Octal 230 337 275
Decimal 152 223 189
Hex 98 DF BD

RGB Percentages of Color #98dfbd

%26.95
%39.54
%33.51

CMYK Percentages of Color #98dfbd

%32
%0
%15
%13

Triadic Colors of #98dfbd

#98dfbd #bd98df #dfbd98

Analogous Colors of #98dfbd

#98dfbd #98dedf #98df9a

Monochromatic Colors of #98dfbd

#98dfbd

Complementary Color

#98dfbd #df98ba

#98dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dfbd Color CSS Codes

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

#98dfbd Text Font Color

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

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


#98dfbd Background Color

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

This div background color is #98dfbd


#98dfbd Border Color

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

This div border color is #98dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dfbd


Comments

No comments written yet.

Please login to write comment.