Color Hex Logo

#8fb035 Color Hex

#8FB035
(143,176,53)
0 Favorites   0 Comments

Color spaces of #8fb035

RGB 14317653
HSL0.210.540.45
HSV76°70°69°
CMYK 0.190.000.70   0.31
XYZ27.495637.14739.0891
Yxy37.14730.37290.5038
Hunter Lab60.9486-26.133733.8222
CIE-Lab67.3874-28.745656.3636

#8fb035 color RGB value is (143,176,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110000 00110101
Octal 217 260 65
Decimal 143 176 53
Hex 8F B0 35

RGB Percentages of Color #8fb035

%38.44
%47.31
%14.25

CMYK Percentages of Color #8fb035

%19
%0
%70
%31

Triadic Colors of #8fb035

#8fb035 #358fb0 #b0358f

Analogous Colors of #8fb035

#8fb035 #52b035 #b09435

Monochromatic Colors of #8fb035

#8fb035

Complementary Color

#8fb035 #5635b0

#8fb035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb035 Color CSS Codes

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

#8fb035 Text Font Color

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

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


#8fb035 Background Color

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

This div background color is #8fb035


#8fb035 Border Color

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

This div border color is #8fb035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb035


Comments

No comments written yet.

Please login to write comment.