Color Hex Logo

#8dbe74 Color Hex

#8DBE74
(141,190,116)
0 Favorites   0 Comments

Color spaces of #8dbe74

RGB 141190116
HSL0.280.360.60
HSV100°39°75°
CMYK 0.260.000.39   0.25
XYZ32.550343.750623.2521
Yxy43.75060.32700.4395
Hunter Lab66.1442-27.910625.4584
CIE-Lab72.0615-29.757332.2853

#8dbe74 color RGB value is (141,190,116).

#8dbe74 hex color red value is 141, green value is 190 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #8dbe74 hue: 0.28 , saturation: 0.36 and the lightness value of 8dbe74 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111110 01110100
Octal 215 276 164
Decimal 141 190 116
Hex 8D BE 74

RGB Percentages of Color #8dbe74

%31.54
%42.51
%25.95

CMYK Percentages of Color #8dbe74

%26
%0
%39
%25

Triadic Colors of #8dbe74

#8dbe74 #748dbe #be748d

Analogous Colors of #8dbe74

#8dbe74 #74be80 #b2be74

Monochromatic Colors of #8dbe74

#8dbe74

Complementary Color

#8dbe74 #a574be

#8dbe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbe74 Color CSS Codes

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

#8dbe74 Text Font Color

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

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


#8dbe74 Background Color

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

This div background color is #8dbe74


#8dbe74 Border Color

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

This div border color is #8dbe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbe74


Comments

No comments written yet.

Please login to write comment.