Color Hex Logo

#8db998 Color Hex

#8DB998
(141,185,152)
0 Favorites   0 Comments

Color spaces of #8db998

RGB 141185152
HSL0.380.240.64
HSV135°24°73°
CMYK 0.240.000.18   0.27
XYZ34.001042.627636.1417
Yxy42.62760.30150.3780
Hunter Lab65.2898-21.299712.8824
CIE-Lab71.3015-21.359912.0422

#8db998 color RGB value is (141,185,152).

#8db998 hex color red value is 141, green value is 185 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #8db998 hue: 0.38 , saturation: 0.24 and the lightness value of 8db998 is 0.64.

The process color (four color CMYK) of #8db998 color hex is 0.24, 0.00, 0.18, 0.27. Web safe color of #8db998 is #99cc99. Color #8db998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111001 10011000
Octal 215 271 230
Decimal 141 185 152
Hex 8D B9 98

RGB Percentages of Color #8db998

%29.50
%38.70
%31.80

CMYK Percentages of Color #8db998

%24
%0
%18
%27

Triadic Colors of #8db998

#8db998 #988db9 #b9988d

Analogous Colors of #8db998

#8db998 #8db9ae #98b98d

Monochromatic Colors of #8db998

#8db998

Complementary Color

#8db998 #b98dae

#8db998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db998 Color CSS Codes

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

#8db998 Text Font Color

<p style="color:#8db998">Text here</p>

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


#8db998 Background Color

<div style="background-color:#8db998">
Div content here</div>

This div background color is #8db998


#8db998 Border Color

<div style="border:3px solid #8db998">
Div here</div>

This div border color is #8db998


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,185,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8db998; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8db998;
  -webkit-box-shadow: 1px 1px 3px 2px #8db998;
  box-shadow:         1px 1px 3px 2px #8db998; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db998


Comments

No comments written yet.

Please login to write comment.