Color Hex Logo

#80bfcf Color Hex

#80BFCF
(128,191,207)
0 Favorites   0 Comments

Color spaces of #80bfcf

RGB 128191207
HSL0.530.450.66
HSV192°38°81°
CMYK 0.380.080.00   0.19
XYZ38.795446.355865.9343
Yxy46.35580.25680.3068
Hunter Lab68.0851-17.4383-9.7575
CIE-Lab73.7758-16.0700-14.4193

#80bfcf color RGB value is (128,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 11001111
Octal 200 277 317
Decimal 128 191 207
Hex 80 BF CF

RGB Percentages of Color #80bfcf

%24.33
%36.31
%39.35

CMYK Percentages of Color #80bfcf

%38
%8
%0
%19

Triadic Colors of #80bfcf

#80bfcf #cf80bf #bfcf80

Analogous Colors of #80bfcf

#80bfcf #8098cf #80cfb8

Monochromatic Colors of #80bfcf

#80bfcf

Complementary Color

#80bfcf #cf9080

#80bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bfcf Color CSS Codes

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

#80bfcf Text Font Color

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

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


#80bfcf Background Color

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

This div background color is #80bfcf


#80bfcf Border Color

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

This div border color is #80bfcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,191,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 #80bfcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bfcf

#80bfcf Color Palettes


Comments

No comments written yet.

Please login to write comment.