Color Hex Logo

#80dab8 Color Hex

#80DAB8
(128,218,184)
0 Favorites   0 Comments

Color spaces of #80dab8

RGB 128218184
HSL0.440.550.68
HSV157°41°85°
CMYK 0.410.000.16   0.15
XYZ42.625258.192754.3331
Yxy58.19270.27470.3751
Hunter Lab76.2841-33.757011.1698
CIE-Lab80.8458-34.72048.3409

#80dab8 color RGB value is (128,218,184).

#80dab8 hex color red value is 128, green value is 218 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #80dab8 hue: 0.44 , saturation: 0.55 and the lightness value of 80dab8 is 0.68.

The process color (four color CMYK) of #80dab8 color hex is 0.41, 0.00, 0.16, 0.15. Web safe color of #80dab8 is #99cccc. Color #80dab8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011010 10111000
Octal 200 332 270
Decimal 128 218 184
Hex 80 DA B8

RGB Percentages of Color #80dab8

%24.15
%41.13
%34.72

CMYK Percentages of Color #80dab8

%41
%0
%16
%15

Triadic Colors of #80dab8

#80dab8 #b880da #dab880

Analogous Colors of #80dab8

#80dab8 #80cfda #80da8b

Monochromatic Colors of #80dab8

#80dab8

Complementary Color

#80dab8 #da80a2

#80dab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dab8 Color CSS Codes

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

#80dab8 Text Font Color

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

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


#80dab8 Background Color

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

This div background color is #80dab8


#80dab8 Border Color

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

This div border color is #80dab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dab8


Comments

No comments written yet.

Please login to write comment.