Color Hex Logo

#80abbe Color Hex

#80ABBE
(128,171,190)
0 Favorites   0 Comments

Color spaces of #80abbe

RGB 128171190
HSL0.550.320.62
HSV198°33°75°
CMYK 0.330.100.00   0.25
XYZ32.759337.432754.2138
Yxy37.43270.26330.3009
Hunter Lab61.1823-11.4933-9.7095
CIE-Lab67.6004-9.7814-14.3799

#80abbe color RGB value is (128,171,190).

#80abbe hex color red value is 128, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #80abbe hue: 0.55 , saturation: 0.32 and the lightness value of 80abbe is 0.62.

The process color (four color CMYK) of #80abbe color hex is 0.33, 0.10, 0.00, 0.25. Web safe color of #80abbe is #9999cc. Color #80abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101011 10111110
Octal 200 253 276
Decimal 128 171 190
Hex 80 AB BE

RGB Percentages of Color #80abbe

%26.18
%34.97
%38.85

CMYK Percentages of Color #80abbe

%33
%10
%0
%25

Triadic Colors of #80abbe

#80abbe #be80ab #abbe80

Analogous Colors of #80abbe

#80abbe #808cbe #80beb2

Monochromatic Colors of #80abbe

#80abbe

Complementary Color

#80abbe #be9380

#80abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80abbe Color CSS Codes

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

#80abbe Text Font Color

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

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


#80abbe Background Color

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

This div background color is #80abbe


#80abbe Border Color

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

This div border color is #80abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80abbe


Comments

No comments written yet.

Please login to write comment.