Color Hex Logo

#8db05f Color Hex

#8DB05F
(141,176,95)
0 Favorites   0 Comments

Color spaces of #8db05f

RGB 14117695
HSL0.240.340.53
HSV86°46°69°
CMYK 0.200.000.46   0.31
XYZ28.575437.539616.5663
Yxy37.53960.34560.4540
Hunter Lab61.2696-23.971526.8576
CIE-Lab67.6799-25.733137.5051

#8db05f color RGB value is (141,176,95).

#8db05f hex color red value is 141, green value is 176 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8db05f hue: 0.24 , saturation: 0.34 and the lightness value of 8db05f is 0.53.

The process color (four color CMYK) of #8db05f color hex is 0.20, 0.00, 0.46, 0.31. Web safe color of #8db05f is #999966. Color #8db05f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110000 01011111
Octal 215 260 137
Decimal 141 176 95
Hex 8D B0 5F

RGB Percentages of Color #8db05f

%34.22
%42.72
%23.06

CMYK Percentages of Color #8db05f

%20
%0
%46
%31

Triadic Colors of #8db05f

#8db05f #5f8db0 #b05f8d

Analogous Colors of #8db05f

#8db05f #65b05f #b0ab5f

Monochromatic Colors of #8db05f

#8db05f

Complementary Color

#8db05f #825fb0

#8db05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db05f Color CSS Codes

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

#8db05f Text Font Color

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

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


#8db05f Background Color

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

This div background color is #8db05f


#8db05f Border Color

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

This div border color is #8db05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db05f


Comments

No comments written yet.

Please login to write comment.