Color Hex Logo

#80b45d Color Hex

#80B45D
(128,180,93)
0 Favorites   0 Comments

Color spaces of #80b45d

RGB 12818093
HSL0.270.370.54
HSV96°48°71°
CMYK 0.290.000.48   0.29
XYZ27.199138.022016.2614
Yxy38.02200.33380.4666
Hunter Lab61.6620-29.172127.5275
CIE-Lab68.0368-32.737838.7795

#80b45d color RGB value is (128,180,93).

#80b45d hex color red value is 128, green value is 180 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #80b45d hue: 0.27 , saturation: 0.37 and the lightness value of 80b45d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110100 01011101
Octal 200 264 135
Decimal 128 180 93
Hex 80 B4 5D

RGB Percentages of Color #80b45d

%31.92
%44.89
%23.19

CMYK Percentages of Color #80b45d

%29
%0
%48
%29

Triadic Colors of #80b45d

#80b45d #5d80b4 #b45d80

Analogous Colors of #80b45d

#80b45d #5db466 #acb45d

Monochromatic Colors of #80b45d

#80b45d

Complementary Color

#80b45d #915db4

#80b45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b45d Color CSS Codes

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

#80b45d Text Font Color

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

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


#80b45d Background Color

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

This div background color is #80b45d


#80b45d Border Color

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

This div border color is #80b45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b45d


Comments

No comments written yet.

Please login to write comment.