Color Hex Logo

#98b78c Color Hex

#98B78C
(152,183,140)
0 Favorites   0 Comments

Color spaces of #98b78c

RGB 152183140
HSL0.290.230.63
HSV103°23°72°
CMYK 0.170.000.23   0.28
XYZ34.616042.435831.1774
Yxy42.43580.31980.3921
Hunter Lab65.1428-19.147317.2237
CIE-Lab71.1703-18.667418.4711

#98b78c color RGB value is (152,183,140).

#98b78c hex color red value is 152, green value is 183 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #98b78c hue: 0.29 , saturation: 0.23 and the lightness value of 98b78c is 0.63.

The process color (four color CMYK) of #98b78c color hex is 0.17, 0.00, 0.23, 0.28. Web safe color of #98b78c is #99cc99. Color #98b78c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10110111 10001100
Octal 230 267 214
Decimal 152 183 140
Hex 98 B7 8C

RGB Percentages of Color #98b78c

%32.00
%38.53
%29.47

CMYK Percentages of Color #98b78c

%17
%0
%23
%28

Triadic Colors of #98b78c

#98b78c #8c98b7 #b78c98

Analogous Colors of #98b78c

#98b78c #8cb796 #aeb78c

Monochromatic Colors of #98b78c

#98b78c

Complementary Color

#98b78c #ab8cb7

#98b78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b78c Color CSS Codes

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

#98b78c Text Font Color

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

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


#98b78c Background Color

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

This div background color is #98b78c


#98b78c Border Color

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

This div border color is #98b78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98b78c


Comments

No comments written yet.

Please login to write comment.