Color Hex Logo

#80b143 Color Hex

#80B143
(128,177,67)
0 Favorites   0 Comments

Color spaces of #80b143

RGB 12817767
HSL0.240.450.48
HSV87°62°69°
CMYK 0.280.000.62   0.31
XYZ25.637336.438710.9923
Yxy36.43870.35090.4987
Hunter Lab60.3645-29.827431.4585
CIE-Lab66.8538-34.069749.7249

#80b143 color RGB value is (128,177,67).

#80b143 hex color red value is 128, green value is 177 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #80b143 hue: 0.24 , saturation: 0.45 and the lightness value of 80b143 is 0.48.

The process color (four color CMYK) of #80b143 color hex is 0.28, 0.00, 0.62, 0.31. Web safe color of #80b143 is #999933. Color #80b143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110001 01000011
Octal 200 261 103
Decimal 128 177 67
Hex 80 B1 43

RGB Percentages of Color #80b143

%34.41
%47.58
%18.01

CMYK Percentages of Color #80b143

%28
%0
%62
%31

Triadic Colors of #80b143

#80b143 #4380b1 #b14380

Analogous Colors of #80b143

#80b143 #49b143 #b1ab43

Monochromatic Colors of #80b143

#80b143

Complementary Color

#80b143 #7443b1

#80b143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b143 Color CSS Codes

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

#80b143 Text Font Color

<p style="color:#80b143">Text here</p>

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


#80b143 Background Color

<div style="background-color:#80b143">
Div content here</div>

This div background color is #80b143


#80b143 Border Color

<div style="border:3px solid #80b143">
Div here</div>

This div border color is #80b143


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,177,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80b143; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80b143;
  -webkit-box-shadow: 1px 1px 3px 2px #80b143;
  box-shadow:         1px 1px 3px 2px #80b143; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,177,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b143


Comments

No comments written yet.

Please login to write comment.