Color Hex Logo

#8dbd8f Color Hex

#8DBD8F
(141,189,143)
0 Favorites   0 Comments

Color spaces of #8dbd8f

RGB 141189143
HSL0.340.270.65
HSV123°25°74°
CMYK 0.250.000.24   0.26
XYZ34.140044.041132.6880
Yxy44.04110.30790.3972
Hunter Lab66.3635-24.308617.2505
CIE-Lab72.2560-24.991018.2473

#8dbd8f color RGB value is (141,189,143).

#8dbd8f hex color red value is 141, green value is 189 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8dbd8f hue: 0.34 , saturation: 0.27 and the lightness value of 8dbd8f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111101 10001111
Octal 215 275 217
Decimal 141 189 143
Hex 8D BD 8F

RGB Percentages of Color #8dbd8f

%29.81
%39.96
%30.23

CMYK Percentages of Color #8dbd8f

%25
%0
%24
%26

Triadic Colors of #8dbd8f

#8dbd8f #8f8dbd #bd8f8d

Analogous Colors of #8dbd8f

#8dbd8f #8dbda7 #a3bd8d

Monochromatic Colors of #8dbd8f

#8dbd8f

Complementary Color

#8dbd8f #bd8dbb

#8dbd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbd8f Color CSS Codes

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

#8dbd8f Text Font Color

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

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


#8dbd8f Background Color

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

This div background color is #8dbd8f


#8dbd8f Border Color

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

This div border color is #8dbd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbd8f


Comments

No comments written yet.

Please login to write comment.