Color Hex Logo

#80cbba Color Hex

#80CBBA
(128,203,186)
0 Favorites   0 Comments

Color spaces of #80cbba

RGB 128203186
HSL0.460.420.65
HSV166°37°80°
CMYK 0.370.000.08   0.20
XYZ39.120950.846254.2068
Yxy50.84620.27130.3527
Hunter Lab71.3065-26.85594.8427
CIE-Lab76.5858-27.14741.1189

#80cbba color RGB value is (128,203,186).

#80cbba hex color red value is 128, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #80cbba hue: 0.46 , saturation: 0.42 and the lightness value of 80cbba is 0.65.

The process color (four color CMYK) of #80cbba color hex is 0.37, 0.00, 0.08, 0.20. Web safe color of #80cbba is #99cccc. Color #80cbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 10111010
Octal 200 313 272
Decimal 128 203 186
Hex 80 CB BA

RGB Percentages of Color #80cbba

%24.76
%39.26
%35.98

CMYK Percentages of Color #80cbba

%37
%0
%8
%20

Triadic Colors of #80cbba

#80cbba #ba80cb #cbba80

Analogous Colors of #80cbba

#80cbba #80b7cb #80cb95

Monochromatic Colors of #80cbba

#80cbba

Complementary Color

#80cbba #cb8091

#80cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbba Color CSS Codes

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

#80cbba Text Font Color

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

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


#80cbba Background Color

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

This div background color is #80cbba


#80cbba Border Color

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

This div border color is #80cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbba


Comments

No comments written yet.

Please login to write comment.