Color Hex Logo

#8fbc2b Color Hex

#8FBC2B
(143,188,43)
0 Favorites   0 Comments

Color spaces of #8fbc2b

RGB 14318843
HSL0.220.630.45
HSV79°77°74°
CMYK 0.240.000.77   0.26
XYZ29.747041.98058.8207
Yxy41.98050.36930.5212
Hunter Lab64.7924-31.435037.2830
CIE-Lab70.8575-34.912963.2154

#8fbc2b color RGB value is (143,188,43).

#8fbc2b hex color red value is 143, green value is 188 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #8fbc2b hue: 0.22 , saturation: 0.63 and the lightness value of 8fbc2b is 0.45.

The process color (four color CMYK) of #8fbc2b color hex is 0.24, 0.00, 0.77, 0.26. Web safe color of #8fbc2b is #99cc33. Color #8fbc2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111100 00101011
Octal 217 274 53
Decimal 143 188 43
Hex 8F BC 2B

RGB Percentages of Color #8fbc2b

%38.24
%50.27
%11.50

CMYK Percentages of Color #8fbc2b

%24
%0
%77
%26

Triadic Colors of #8fbc2b

#8fbc2b #2b8fbc #bc2b8f

Analogous Colors of #8fbc2b

#8fbc2b #47bc2b #bca12b

Monochromatic Colors of #8fbc2b

#8fbc2b

Complementary Color

#8fbc2b #582bbc

#8fbc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbc2b Color CSS Codes

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

#8fbc2b Text Font Color

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

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


#8fbc2b Background Color

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

This div background color is #8fbc2b


#8fbc2b Border Color

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

This div border color is #8fbc2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,188,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fbc2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fbc2b;
  -webkit-box-shadow: 1px 1px 3px 2px #8fbc2b;
  box-shadow:         1px 1px 3px 2px #8fbc2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,188,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbc2b


Comments

No comments written yet.

Please login to write comment.