Color Hex Logo

#80bacf Color Hex

#80BACF
(128,186,207)
0 Favorites   0 Comments

Color spaces of #80bacf

RGB 128186207
HSL0.540.450.66
HSV196°38°81°
CMYK 0.380.100.00   0.19
XYZ37.723544.212065.5770
Yxy44.21200.25570.2997
Hunter Lab66.4921-15.0913-11.9295
CIE-Lab72.3700-13.4582-16.5370

#80bacf color RGB value is (128,186,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11001111
Octal 200 272 317
Decimal 128 186 207
Hex 80 BA CF

RGB Percentages of Color #80bacf

%24.57
%35.70
%39.73

CMYK Percentages of Color #80bacf

%38
%10
%0
%19

Triadic Colors of #80bacf

#80bacf #cf80ba #bacf80

Analogous Colors of #80bacf

#80bacf #8093cf #80cfbd

Monochromatic Colors of #80bacf

#80bacf

Complementary Color

#80bacf #cf9580

#80bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bacf Color CSS Codes

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

#80bacf Text Font Color

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

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


#80bacf Background Color

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

This div background color is #80bacf


#80bacf Border Color

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

This div border color is #80bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bacf


Comments

No comments written yet.

Please login to write comment.