Color Hex Logo

#98dfbc Color Hex

#98DFBC
(152,223,188)
0 Favorites   0 Comments

Color spaces of #98dfbc

RGB 152223188
HSL0.420.530.74
HSV150°32°87°
CMYK 0.320.000.16   0.13
XYZ48.413763.081657.2012
Yxy63.08160.28700.3739
Hunter Lab79.4239-30.185312.8960
CIE-Lab83.4853-29.503110.1481

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011111 10111100
Octal 230 337 274
Decimal 152 223 188
Hex 98 DF BC

RGB Percentages of Color #98dfbc

%27.00
%39.61
%33.39

CMYK Percentages of Color #98dfbc

%32
%0
%16
%13

Triadic Colors of #98dfbc

#98dfbc #bc98df #dfbc98

Analogous Colors of #98dfbc

#98dfbc #98dfdf #98df99

Monochromatic Colors of #98dfbc

#98dfbc

Complementary Color

#98dfbc #df98bb

#98dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dfbc Color CSS Codes

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

#98dfbc Text Font Color

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

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


#98dfbc Background Color

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

This div background color is #98dfbc


#98dfbc Border Color

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

This div border color is #98dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dfbc


Comments

No comments written yet.

Please login to write comment.