Color Hex Logo

#8bcf49 Color Hex

#8BCF49
(139,207,73)
0 Favorites   0 Comments

Color spaces of #8bcf49

RGB 13920773
HSL0.250.580.55
HSV90°65°81°
CMYK 0.330.000.65   0.19
XYZ34.162950.595714.2687
Yxy50.59570.34500.5109
Hunter Lab71.1307-38.748037.8980
CIE-Lab76.4335-42.918057.7810

#8bcf49 color RGB value is (139,207,73).

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

The process color (four color CMYK) of #8bcf49 color hex is 0.33, 0.00, 0.65, 0.19. Web safe color of #8bcf49 is #99cc33. Color #8bcf49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001111 01001001
Octal 213 317 111
Decimal 139 207 73
Hex 8B CF 49

RGB Percentages of Color #8bcf49

%33.17
%49.40
%17.42

CMYK Percentages of Color #8bcf49

%33
%0
%65
%19

Triadic Colors of #8bcf49

#8bcf49 #498bcf #cf498b

Analogous Colors of #8bcf49

#8bcf49 #49cf4a #cecf49

Monochromatic Colors of #8bcf49

#8bcf49

Complementary Color

#8bcf49 #8d49cf

#8bcf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcf49 Color CSS Codes

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

#8bcf49 Text Font Color

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

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


#8bcf49 Background Color

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

This div background color is #8bcf49


#8bcf49 Border Color

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

This div border color is #8bcf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcf49


Comments

No comments written yet.

Please login to write comment.