Color Hex Logo

#8dbc9f Color Hex

#8DBC9F
(141,188,159)
0 Favorites   0 Comments

Color spaces of #8dbc9f

RGB 141188159
HSL0.400.260.65
HSV143°25°74°
CMYK 0.250.000.15   0.26
XYZ35.225744.132439.4627
Yxy44.13240.29650.3714
Hunter Lab66.4322-21.606711.2825
CIE-Lab72.3169-21.52539.6751

#8dbc9f color RGB value is (141,188,159).

#8dbc9f hex color red value is 141, green value is 188 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8dbc9f hue: 0.40 , saturation: 0.26 and the lightness value of 8dbc9f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111100 10011111
Octal 215 274 237
Decimal 141 188 159
Hex 8D BC 9F

RGB Percentages of Color #8dbc9f

%28.89
%38.52
%32.58

CMYK Percentages of Color #8dbc9f

%25
%0
%15
%26

Triadic Colors of #8dbc9f

#8dbc9f #9f8dbc #bc9f8d

Analogous Colors of #8dbc9f

#8dbc9f #8dbcb7 #93bc8d

Monochromatic Colors of #8dbc9f

#8dbc9f

Complementary Color

#8dbc9f #bc8daa

#8dbc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbc9f Color CSS Codes

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

#8dbc9f Text Font Color

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

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


#8dbc9f Background Color

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

This div background color is #8dbc9f


#8dbc9f Border Color

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

This div border color is #8dbc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbc9f


Comments

No comments written yet.

Please login to write comment.