Color Hex Logo

#8db966 Color Hex

#8DB966
(141,185,102)
0 Favorites   0 Comments

Color spaces of #8db966

RGB 141185102
HSL0.260.370.56
HSV92°45°73°
CMYK 0.240.000.45   0.27
XYZ30.731741.320018.9262
Yxy41.32000.33780.4542
Hunter Lab64.2806-27.152727.5396
CIE-Lab70.3995-29.233837.3475

#8db966 color RGB value is (141,185,102).

#8db966 hex color red value is 141, green value is 185 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #8db966 hue: 0.26 , saturation: 0.37 and the lightness value of 8db966 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111001 01100110
Octal 215 271 146
Decimal 141 185 102
Hex 8D B9 66

RGB Percentages of Color #8db966

%32.94
%43.22
%23.83

CMYK Percentages of Color #8db966

%24
%0
%45
%27

Triadic Colors of #8db966

#8db966 #668db9 #b9668d

Analogous Colors of #8db966

#8db966 #66b969 #b7b966

Monochromatic Colors of #8db966

#8db966

Complementary Color

#8db966 #9266b9

#8db966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db966 Color CSS Codes

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

#8db966 Text Font Color

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

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


#8db966 Background Color

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

This div background color is #8db966


#8db966 Border Color

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

This div border color is #8db966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db966


Comments

No comments written yet.

Please login to write comment.