Color Hex Logo

#98db8e Color Hex

#98DB8E
(152,219,142)
0 Favorites   0 Comments

Color spaces of #98db8e

RGB 152219142
HSL0.310.520.71
HSV112°35°86°
CMYK 0.310.000.35   0.14
XYZ43.162959.291434.7607
Yxy59.29140.31460.4321
Hunter Lab77.0009-34.693327.1352
CIE-Lab81.4515-35.728631.3290

#98db8e color RGB value is (152,219,142).

#98db8e hex color red value is 152, green value is 219 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #98db8e hue: 0.31 , saturation: 0.52 and the lightness value of 98db8e is 0.71.

The process color (four color CMYK) of #98db8e color hex is 0.31, 0.00, 0.35, 0.14. Web safe color of #98db8e is #99cc99. Color #98db8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011011 10001110
Octal 230 333 216
Decimal 152 219 142
Hex 98 DB 8E

RGB Percentages of Color #98db8e

%29.63
%42.69
%27.68

CMYK Percentages of Color #98db8e

%31
%0
%35
%14

Triadic Colors of #98db8e

#98db8e #8e98db #db8e98

Analogous Colors of #98db8e

#98db8e #8edbab #bfdb8e

Monochromatic Colors of #98db8e

#98db8e

Complementary Color

#98db8e #d18edb

#98db8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98db8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98db8e Color CSS Codes

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

#98db8e Text Font Color

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

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


#98db8e Background Color

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

This div background color is #98db8e


#98db8e Border Color

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

This div border color is #98db8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98db8e

#98db8e Color Palettes


Comments

No comments written yet.

Please login to write comment.