Color Hex Logo

#80b265 Color Hex

#80B265
(128,178,101)
0 Favorites   0 Comments

Color spaces of #80b265

RGB 128178101
HSL0.270.330.55
HSV99°43°70°
CMYK 0.280.000.43   0.30
XYZ27.171437.369618.0929
Yxy37.36960.32880.4522
Hunter Lab61.1307-27.638925.2434
CIE-Lab67.5534-30.766034.1032

#80b265 color RGB value is (128,178,101).

#80b265 hex color red value is 128, green value is 178 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #80b265 hue: 0.27 , saturation: 0.33 and the lightness value of 80b265 is 0.55.

The process color (four color CMYK) of #80b265 color hex is 0.28, 0.00, 0.43, 0.30. Web safe color of #80b265 is #999966. Color #80b265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110010 01100101
Octal 200 262 145
Decimal 128 178 101
Hex 80 B2 65

RGB Percentages of Color #80b265

%31.45
%43.73
%24.82

CMYK Percentages of Color #80b265

%28
%0
%43
%30

Triadic Colors of #80b265

#80b265 #6580b2 #b26580

Analogous Colors of #80b265

#80b265 #65b271 #a7b265

Monochromatic Colors of #80b265

#80b265

Complementary Color

#80b265 #9765b2

#80b265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b265 Color CSS Codes

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

#80b265 Text Font Color

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

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


#80b265 Background Color

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

This div background color is #80b265


#80b265 Border Color

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

This div border color is #80b265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b265


Comments

No comments written yet.

Please login to write comment.