Color Hex Logo

#80b458 Color Hex

#80B458
(128,180,88)
0 Favorites   0 Comments

Color spaces of #80b458

RGB 12818088
HSL0.260.380.53
HSV94°51°71°
CMYK 0.290.000.51   0.29
XYZ26.984837.936315.1327
Yxy37.93630.33710.4739
Hunter Lab61.5925-29.582628.5477
CIE-Lab67.9736-33.333141.1848

#80b458 color RGB value is (128,180,88).

#80b458 hex color red value is 128, green value is 180 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #80b458 hue: 0.26 , saturation: 0.38 and the lightness value of 80b458 is 0.53.

The process color (four color CMYK) of #80b458 color hex is 0.29, 0.00, 0.51, 0.29. Web safe color of #80b458 is #99cc66. Color #80b458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110100 01011000
Octal 200 264 130
Decimal 128 180 88
Hex 80 B4 58

RGB Percentages of Color #80b458

%32.32
%45.45
%22.22

CMYK Percentages of Color #80b458

%29
%0
%51
%29

Triadic Colors of #80b458

#80b458 #5880b4 #b45880

Analogous Colors of #80b458

#80b458 #58b45e #aeb458

Monochromatic Colors of #80b458

#80b458

Complementary Color

#80b458 #8c58b4

#80b458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b458 Color CSS Codes

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

#80b458 Text Font Color

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

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


#80b458 Background Color

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

This div background color is #80b458


#80b458 Border Color

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

This div border color is #80b458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b458


Comments

No comments written yet.

Please login to write comment.