Color Hex Logo

#80bace Color Hex

#80BACE
(128,186,206)
0 Favorites   0 Comments

Color spaces of #80bace

RGB 128186206
HSL0.540.440.65
HSV195°38°81°
CMYK 0.380.100.00   0.19
XYZ37.601644.163264.9351
Yxy44.16320.25630.3010
Hunter Lab66.4554-15.2986-11.4148
CIE-Lab72.3374-13.7142-16.0402

#80bace color RGB value is (128,186,206).

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

The process color (four color CMYK) of #80bace color hex is 0.38, 0.10, 0.00, 0.19. Web safe color of #80bace is #99cccc. Color #80bace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11001110
Octal 200 272 316
Decimal 128 186 206
Hex 80 BA CE

RGB Percentages of Color #80bace

%24.62
%35.77
%39.62

CMYK Percentages of Color #80bace

%38
%10
%0
%19

Triadic Colors of #80bace

#80bace #ce80ba #bace80

Analogous Colors of #80bace

#80bace #8093ce #80cebb

Monochromatic Colors of #80bace

#80bace

Complementary Color

#80bace #ce9480

#80bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bace Color CSS Codes

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

#80bace Text Font Color

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

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


#80bace Background Color

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

This div background color is #80bace


#80bace Border Color

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

This div border color is #80bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bace


Comments

No comments written yet.

Please login to write comment.