Color Hex Logo

#80b6ba Color Hex

#80B6BA
(128,182,186)
0 Favorites   0 Comments

Color spaces of #80b6ba

RGB 128182186
HSL0.510.300.62
HSV184°31°73°
CMYK 0.310.020.00   0.27
XYZ34.493041.590352.6641
Yxy41.59030.26790.3230
Hunter Lab64.4905-17.3871-3.2739
CIE-Lab70.5875-16.5787-7.7046

#80b6ba color RGB value is (128,182,186).

#80b6ba hex color red value is 128, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #80b6ba hue: 0.51 , saturation: 0.30 and the lightness value of 80b6ba is 0.62.

The process color (four color CMYK) of #80b6ba color hex is 0.31, 0.02, 0.00, 0.27. Web safe color of #80b6ba is #99cccc. Color #80b6ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110110 10111010
Octal 200 266 272
Decimal 128 182 186
Hex 80 B6 BA

RGB Percentages of Color #80b6ba

%25.81
%36.69
%37.50

CMYK Percentages of Color #80b6ba

%31
%2
%0
%27

Triadic Colors of #80b6ba

#80b6ba #ba80b6 #b6ba80

Analogous Colors of #80b6ba

#80b6ba #8099ba #80baa1

Monochromatic Colors of #80b6ba

#80b6ba

Complementary Color

#80b6ba #ba8480

#80b6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b6ba Color CSS Codes

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

#80b6ba Text Font Color

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

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


#80b6ba Background Color

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

This div background color is #80b6ba


#80b6ba Border Color

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

This div border color is #80b6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b6ba


Comments

No comments written yet.

Please login to write comment.