Color Hex Logo

#80bacc Color Hex

#80BACC
(128,186,204)
0 Favorites   0 Comments

Color spaces of #80bacc

RGB 128186204
HSL0.540.430.65
HSV194°37°80°
CMYK 0.370.090.00   0.20
XYZ37.360144.066663.6634
Yxy44.06660.25750.3037
Hunter Lab66.3827-15.7101-10.3934
CIE-Lab72.2730-14.2239-15.0451

#80bacc color RGB value is (128,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11001100
Octal 200 272 314
Decimal 128 186 204
Hex 80 BA CC

RGB Percentages of Color #80bacc

%24.71
%35.91
%39.38

CMYK Percentages of Color #80bacc

%37
%9
%0
%20

Triadic Colors of #80bacc

#80bacc #cc80ba #bacc80

Analogous Colors of #80bacc

#80bacc #8094cc #80ccb8

Monochromatic Colors of #80bacc

#80bacc

Complementary Color

#80bacc #cc9280

#80bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bacc Color CSS Codes

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

#80bacc Text Font Color

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

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


#80bacc Background Color

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

This div background color is #80bacc


#80bacc Border Color

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

This div border color is #80bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bacc


Comments

No comments written yet.

Please login to write comment.