Color Hex Logo

#80daba Color Hex

#80DABA
(128,218,186)
0 Favorites   0 Comments

Color spaces of #80daba

RGB 128218186
HSL0.440.550.68
HSV159°41°85°
CMYK 0.410.000.15   0.15
XYZ42.836458.277255.4453
Yxy58.27720.27360.3722
Hunter Lab76.3395-33.432410.3754
CIE-Lab80.8927-34.29137.3465

#80daba color RGB value is (128,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011010 10111010
Octal 200 332 272
Decimal 128 218 186
Hex 80 DA BA

RGB Percentages of Color #80daba

%24.06
%40.98
%34.96

CMYK Percentages of Color #80daba

%41
%0
%15
%15

Triadic Colors of #80daba

#80daba #ba80da #daba80

Analogous Colors of #80daba

#80daba #80cdda #80da8d

Monochromatic Colors of #80daba

#80daba

Complementary Color

#80daba #da80a0

#80daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80daba Color CSS Codes

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

#80daba Text Font Color

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

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


#80daba Background Color

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

This div background color is #80daba


#80daba Border Color

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

This div border color is #80daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80daba


Comments

No comments written yet.

Please login to write comment.