Color Hex Logo

#80b690 Color Hex

#80B690
(128,182,144)
0 Favorites   0 Comments

Color spaces of #80b690

RGB 128182144
HSL0.380.270.61
HSV138°30°71°
CMYK 0.300.000.21   0.29
XYZ30.664140.058732.5015
Yxy40.05870.29710.3881
Hunter Lab63.2919-24.280013.8579
CIE-Lab69.5113-25.657113.7703

#80b690 color RGB value is (128,182,144).

#80b690 hex color red value is 128, green value is 182 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #80b690 hue: 0.38 , saturation: 0.27 and the lightness value of 80b690 is 0.61.

The process color (four color CMYK) of #80b690 color hex is 0.30, 0.00, 0.21, 0.29. Web safe color of #80b690 is #99cc99. Color #80b690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110110 10010000
Octal 200 266 220
Decimal 128 182 144
Hex 80 B6 90

RGB Percentages of Color #80b690

%28.19
%40.09
%31.72

CMYK Percentages of Color #80b690

%30
%0
%21
%29

Triadic Colors of #80b690

#80b690 #9080b6 #b69080

Analogous Colors of #80b690

#80b690 #80b6ab #8bb680

Monochromatic Colors of #80b690

#80b690

Complementary Color

#80b690 #b680a6

#80b690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b690 Color CSS Codes

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

#80b690 Text Font Color

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

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


#80b690 Background Color

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

This div background color is #80b690


#80b690 Border Color

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

This div border color is #80b690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b690


Comments

No comments written yet.

Please login to write comment.