Color Hex Logo

#8fb02e Color Hex

#8FB02E
(143,176,46)
0 Favorites   0 Comments

Color spaces of #8fb02e

RGB 14317646
HSL0.210.590.44
HSV75°74°69°
CMYK 0.190.000.74   0.31
XYZ27.346237.08768.3021
Yxy37.08760.37600.5099
Hunter Lab60.8996-26.421134.5470
CIE-Lab67.3427-29.153058.8858

#8fb02e color RGB value is (143,176,46).

#8fb02e hex color red value is 143, green value is 176 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8fb02e hue: 0.21 , saturation: 0.59 and the lightness value of 8fb02e is 0.44.

The process color (four color CMYK) of #8fb02e color hex is 0.19, 0.00, 0.74, 0.31. Web safe color of #8fb02e is #999933. Color #8fb02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110000 00101110
Octal 217 260 56
Decimal 143 176 46
Hex 8F B0 2E

RGB Percentages of Color #8fb02e

%39.18
%48.22
%12.60

CMYK Percentages of Color #8fb02e

%19
%0
%74
%31

Triadic Colors of #8fb02e

#8fb02e #2e8fb0 #b02e8f

Analogous Colors of #8fb02e

#8fb02e #4eb02e #b0902e

Monochromatic Colors of #8fb02e

#8fb02e

Complementary Color

#8fb02e #4f2eb0

#8fb02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb02e Color CSS Codes

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

#8fb02e Text Font Color

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

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


#8fb02e Background Color

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

This div background color is #8fb02e


#8fb02e Border Color

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

This div border color is #8fb02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb02e


Comments

No comments written yet.

Please login to write comment.