Color Hex Logo

#98d06f Color Hex

#98D06F
(152,208,111)
0 Favorites   0 Comments

Color spaces of #98d06f

RGB 152208111
HSL0.260.510.63
HSV95°47°82°
CMYK 0.270.000.47   0.18
XYZ38.374052.934823.2339
Yxy52.93480.33500.4621
Hunter Lab72.7563-33.176931.9958
CIE-Lab77.8365-34.920742.2734

#98d06f color RGB value is (152,208,111).

#98d06f hex color red value is 152, green value is 208 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #98d06f hue: 0.26 , saturation: 0.51 and the lightness value of 98d06f is 0.63.

The process color (four color CMYK) of #98d06f color hex is 0.27, 0.00, 0.47, 0.18. Web safe color of #98d06f is #99cc66. Color #98d06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11010000 01101111
Octal 230 320 157
Decimal 152 208 111
Hex 98 D0 6F

RGB Percentages of Color #98d06f

%32.27
%44.16
%23.57

CMYK Percentages of Color #98d06f

%27
%0
%47
%18

Triadic Colors of #98d06f

#98d06f #6f98d0 #d06f98

Analogous Colors of #98d06f

#98d06f #6fd077 #c9d06f

Monochromatic Colors of #98d06f

#98d06f

Complementary Color

#98d06f #a76fd0

#98d06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98d06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98d06f Color CSS Codes

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

#98d06f Text Font Color

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

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


#98d06f Background Color

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

This div background color is #98d06f


#98d06f Border Color

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

This div border color is #98d06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98d06f


Comments

No comments written yet.

Please login to write comment.