Color Hex Logo

#80b076 Color Hex

#80B076
(128,176,118)
0 Favorites   0 Comments

Color spaces of #80b076

RGB 128176118
HSL0.300.270.58
HSV110°33°69°
CMYK 0.270.000.33   0.31
XYZ27.697436.947922.8114
Yxy36.94790.31670.4225
Hunter Lab60.7848-25.037520.2989
CIE-Lab67.2379-27.294324.7289

#80b076 color RGB value is (128,176,118).

#80b076 hex color red value is 128, green value is 176 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #80b076 hue: 0.30 , saturation: 0.27 and the lightness value of 80b076 is 0.58.

The process color (four color CMYK) of #80b076 color hex is 0.27, 0.00, 0.33, 0.31. Web safe color of #80b076 is #999966. Color #80b076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110000 01110110
Octal 200 260 166
Decimal 128 176 118
Hex 80 B0 76

RGB Percentages of Color #80b076

%30.33
%41.71
%27.96

CMYK Percentages of Color #80b076

%27
%0
%33
%31

Triadic Colors of #80b076

#80b076 #7680b0 #b07680

Analogous Colors of #80b076

#80b076 #76b089 #9db076

Monochromatic Colors of #80b076

#80b076

Complementary Color

#80b076 #a676b0

#80b076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b076 Color CSS Codes

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

#80b076 Text Font Color

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

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


#80b076 Background Color

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

This div background color is #80b076


#80b076 Border Color

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

This div border color is #80b076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b076


Comments

No comments written yet.

Please login to write comment.