Color Hex Logo

#98dfbe Color Hex

#98DFBE
(152,223,190)
0 Favorites   0 Comments

Color spaces of #98dfbe

RGB 152223190
HSL0.420.530.74
HSV152°32°87°
CMYK 0.320.000.15   0.13
XYZ48.630863.168558.3448
Yxy63.16850.28580.3713
Hunter Lab79.4786-29.868312.1106
CIE-Lab83.5310-29.10399.1585

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011111 10111110
Octal 230 337 276
Decimal 152 223 190
Hex 98 DF BE

RGB Percentages of Color #98dfbe

%26.90
%39.47
%33.63

CMYK Percentages of Color #98dfbe

%32
%0
%15
%13

Triadic Colors of #98dfbe

#98dfbe #be98df #dfbe98

Analogous Colors of #98dfbe

#98dfbe #98dddf #98df9b

Monochromatic Colors of #98dfbe

#98dfbe

Complementary Color

#98dfbe #df98b9

#98dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dfbe Color CSS Codes

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

#98dfbe Text Font Color

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

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


#98dfbe Background Color

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

This div background color is #98dfbe


#98dfbe Border Color

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

This div border color is #98dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dfbe


Comments

No comments written yet.

Please login to write comment.