Color Hex Logo

#80a0bc Color Hex

#80A0BC
(128,160,188)
0 Favorites   0 Comments

Color spaces of #80a0bc

RGB 128160188
HSL0.580.310.62
HSV208°32°74°
CMYK 0.320.150.00   0.26
XYZ30.550033.361652.4062
Yxy33.36160.26260.2868
Hunter Lab57.7595-6.6674-13.3632
CIE-Lab64.4526-4.2783-18.0253

#80a0bc color RGB value is (128,160,188).

#80a0bc hex color red value is 128, green value is 160 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #80a0bc hue: 0.58 , saturation: 0.31 and the lightness value of 80a0bc is 0.62.

The process color (four color CMYK) of #80a0bc color hex is 0.32, 0.15, 0.00, 0.26. Web safe color of #80a0bc is #9999cc. Color #80a0bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100000 10111100
Octal 200 240 274
Decimal 128 160 188
Hex 80 A0 BC

RGB Percentages of Color #80a0bc

%26.89
%33.61
%39.50

CMYK Percentages of Color #80a0bc

%32
%15
%0
%26

Triadic Colors of #80a0bc

#80a0bc #bc80a0 #a0bc80

Analogous Colors of #80a0bc

#80a0bc #8082bc #80bcba

Monochromatic Colors of #80a0bc

#80a0bc

Complementary Color

#80a0bc #bc9c80

#80a0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a0bc Color CSS Codes

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

#80a0bc Text Font Color

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

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


#80a0bc Background Color

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

This div background color is #80a0bc


#80a0bc Border Color

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

This div border color is #80a0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a0bc


Comments

No comments written yet.

Please login to write comment.