Color Hex Logo

#8bcc4b Color Hex

#8BCC4B
(139,204,75)
0 Favorites   0 Comments

Color spaces of #8bcc4b

RGB 13920475
HSL0.250.560.55
HSV90°63°80°
CMYK 0.320.000.63   0.20
XYZ33.510349.182714.3836
Yxy49.18270.34520.5066
Hunter Lab70.1304-37.435836.9310
CIE-Lab75.5648-41.452356.0115

#8bcc4b color RGB value is (139,204,75).

#8bcc4b hex color red value is 139, green value is 204 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #8bcc4b hue: 0.25 , saturation: 0.56 and the lightness value of 8bcc4b is 0.55.

The process color (four color CMYK) of #8bcc4b color hex is 0.32, 0.00, 0.63, 0.20. Web safe color of #8bcc4b is #99cc33. Color #8bcc4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001100 01001011
Octal 213 314 113
Decimal 139 204 75
Hex 8B CC 4B

RGB Percentages of Color #8bcc4b

%33.25
%48.80
%17.94

CMYK Percentages of Color #8bcc4b

%32
%0
%63
%20

Triadic Colors of #8bcc4b

#8bcc4b #4b8bcc #cc4b8b

Analogous Colors of #8bcc4b

#8bcc4b #4bcc4c #cccc4b

Monochromatic Colors of #8bcc4b

#8bcc4b

Complementary Color

#8bcc4b #8c4bcc

#8bcc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcc4b Color CSS Codes

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

#8bcc4b Text Font Color

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

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


#8bcc4b Background Color

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

This div background color is #8bcc4b


#8bcc4b Border Color

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

This div border color is #8bcc4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,204,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bcc4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bcc4b;
  -webkit-box-shadow: 1px 1px 3px 2px #8bcc4b;
  box-shadow:         1px 1px 3px 2px #8bcc4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,204,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcc4b


Comments

No comments written yet.

Please login to write comment.