Color Hex Logo

#8cb809 Color Hex

#8CB809
(140,184,9)
0 Favorites   0 Comments

Color spaces of #8cb809

RGB 1401849
HSL0.210.910.38
HSV75°95°72°
CMYK 0.240.000.95   0.28
XYZ28.005039.87626.4793
Yxy39.87620.37660.5363
Hunter Lab63.1476-31.346338.1198
CIE-Lab69.3813-35.310269.1268

#8cb809 color RGB value is (140,184,9).

#8cb809 hex color red value is 140, green value is 184 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #8cb809 hue: 0.21 , saturation: 0.91 and the lightness value of 8cb809 is 0.38.

The process color (four color CMYK) of #8cb809 color hex is 0.24, 0.00, 0.95, 0.28. Web safe color of #8cb809 is #99cc00. Color #8cb809 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111000 00001001
Octal 214 270 11
Decimal 140 184 9
Hex 8C B8 9

RGB Percentages of Color #8cb809

%42.04
%55.26
%2.70

CMYK Percentages of Color #8cb809

%24
%0
%95
%28

Triadic Colors of #8cb809

#8cb809 #098cb8 #b8098c

Analogous Colors of #8cb809

#8cb809 #35b809 #b88d09

Monochromatic Colors of #8cb809

#8cb809

Complementary Color

#8cb809 #3509b8

#8cb809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb809 Color CSS Codes

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

#8cb809 Text Font Color

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

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


#8cb809 Background Color

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

This div background color is #8cb809


#8cb809 Border Color

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

This div border color is #8cb809


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,184,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cb809; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cb809;
  -webkit-box-shadow: 1px 1px 3px 2px #8cb809;
  box-shadow:         1px 1px 3px 2px #8cb809; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,184,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb809


Comments

No comments written yet.

Please login to write comment.