Color Hex Logo

#8cb411 Color Hex

#8CB411
(140,180,17)
0 Favorites   0 Comments

Color spaces of #8cb411

RGB 14018017
HSL0.210.830.39
HSV75°91°71°
CMYK 0.220.000.91   0.29
XYZ27.237738.25846.4794
Yxy38.25840.37840.5315
Hunter Lab61.8534-29.639337.0865
CIE-Lab68.2106-33.331267.1080

#8cb411 color RGB value is (140,180,17).

#8cb411 hex color red value is 140, green value is 180 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #8cb411 hue: 0.21 , saturation: 0.83 and the lightness value of 8cb411 is 0.39.

The process color (four color CMYK) of #8cb411 color hex is 0.22, 0.00, 0.91, 0.29. Web safe color of #8cb411 is #99cc00. Color #8cb411 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110100 00010001
Octal 214 264 21
Decimal 140 180 17
Hex 8C B4 11

RGB Percentages of Color #8cb411

%41.54
%53.41
%5.04

CMYK Percentages of Color #8cb411

%22
%0
%91
%29

Triadic Colors of #8cb411

#8cb411 #118cb4 #b4118c

Analogous Colors of #8cb411

#8cb411 #3ab411 #b48b11

Monochromatic Colors of #8cb411

#8cb411

Complementary Color

#8cb411 #3911b4

#8cb411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb411 Color CSS Codes

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

#8cb411 Text Font Color

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

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


#8cb411 Background Color

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

This div background color is #8cb411


#8cb411 Border Color

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

This div border color is #8cb411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb411


Comments

No comments written yet.

Please login to write comment.