Color Hex Logo

#80dbba Color Hex

#80DBBA
(128,219,186)
0 Favorites   0 Comments

Color spaces of #80dbba

RGB 128219186
HSL0.440.560.68
HSV158°42°86°
CMYK 0.420.000.15   0.14
XYZ43.096558.797455.5320
Yxy58.79740.27380.3735
Hunter Lab76.6795-33.865910.7372
CIE-Lab81.1801-34.75607.7589

#80dbba color RGB value is (128,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011011 10111010
Octal 200 333 272
Decimal 128 219 186
Hex 80 DB BA

RGB Percentages of Color #80dbba

%24.02
%41.09
%34.90

CMYK Percentages of Color #80dbba

%42
%0
%15
%14

Triadic Colors of #80dbba

#80dbba #ba80db #dbba80

Analogous Colors of #80dbba

#80dbba #80cfdb #80db8d

Monochromatic Colors of #80dbba

#80dbba

Complementary Color

#80dbba #db80a1

#80dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dbba Color CSS Codes

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

#80dbba Text Font Color

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

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


#80dbba Background Color

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

This div background color is #80dbba


#80dbba Border Color

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

This div border color is #80dbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,219,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 #80dbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dbba


Comments

No comments written yet.

Please login to write comment.