Color Hex Logo

#80d493 Color Hex

#80D493
(128,212,147)
0 Favorites   0 Comments

Color spaces of #80d493

RGB 128212147
HSL0.370.490.67
HSV134°40°83°
CMYK 0.400.000.31   0.17
XYZ37.712053.782735.9972
Yxy53.78270.29580.4219
Hunter Lab73.3367-36.549022.2333
CIE-Lab78.3349-39.206324.3535

#80d493 color RGB value is (128,212,147).

#80d493 hex color red value is 128, green value is 212 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #80d493 hue: 0.37 , saturation: 0.49 and the lightness value of 80d493 is 0.67.

The process color (four color CMYK) of #80d493 color hex is 0.40, 0.00, 0.31, 0.17. Web safe color of #80d493 is #99cc99. Color #80d493 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010100 10010011
Octal 200 324 223
Decimal 128 212 147
Hex 80 D4 93

RGB Percentages of Color #80d493

%26.28
%43.53
%30.18

CMYK Percentages of Color #80d493

%40
%0
%31
%17

Triadic Colors of #80d493

#80d493 #9380d4 #d49380

Analogous Colors of #80d493

#80d493 #80d4bd #97d480

Monochromatic Colors of #80d493

#80d493

Complementary Color

#80d493 #d480c1

#80d493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d493 Color CSS Codes

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

#80d493 Text Font Color

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

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


#80d493 Background Color

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

This div background color is #80d493


#80d493 Border Color

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

This div border color is #80d493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d493


Comments

No comments written yet.

Please login to write comment.