Color Hex Logo

#8cb121 Color Hex

#8CB121
(140,177,33)
0 Favorites   0 Comments

Color spaces of #8cb121

RGB 14017733
HSL0.210.690.41
HSV75°81°69°
CMYK 0.210.000.81   0.31
XYZ26.811937.12957.1924
Yxy37.12950.37690.5220
Hunter Lab60.9340-28.091735.6554
CIE-Lab67.3741-31.452162.9007

#8cb121 color RGB value is (140,177,33).

#8cb121 hex color red value is 140, green value is 177 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #8cb121 hue: 0.21 , saturation: 0.69 and the lightness value of 8cb121 is 0.41.

The process color (four color CMYK) of #8cb121 color hex is 0.21, 0.00, 0.81, 0.31. Web safe color of #8cb121 is #999933. Color #8cb121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110001 00100001
Octal 214 261 41
Decimal 140 177 33
Hex 8C B1 21

RGB Percentages of Color #8cb121

%40.00
%50.57
%9.43

CMYK Percentages of Color #8cb121

%21
%0
%81
%31

Triadic Colors of #8cb121

#8cb121 #218cb1 #b1218c

Analogous Colors of #8cb121

#8cb121 #44b121 #b18e21

Monochromatic Colors of #8cb121

#8cb121

Complementary Color

#8cb121 #4621b1

#8cb121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb121 Color CSS Codes

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

#8cb121 Text Font Color

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

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


#8cb121 Background Color

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

This div background color is #8cb121


#8cb121 Border Color

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

This div border color is #8cb121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb121


Comments

No comments written yet.

Please login to write comment.