Color Hex Logo

#80bfb1 Color Hex

#80BFB1
(128,191,177)
0 Favorites   0 Comments

Color spaces of #80bfb1

RGB 128191177
HSL0.460.330.63
HSV167°33°75°
CMYK 0.330.000.07   0.25
XYZ35.468745.025148.4163
Yxy45.02510.27510.3493
Hunter Lab67.1007-23.07324.1900
CIE-Lab72.9084-23.25100.6367

#80bfb1 color RGB value is (128,191,177).

#80bfb1 hex color red value is 128, green value is 191 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #80bfb1 hue: 0.46 , saturation: 0.33 and the lightness value of 80bfb1 is 0.63.

The process color (four color CMYK) of #80bfb1 color hex is 0.33, 0.00, 0.07, 0.25. Web safe color of #80bfb1 is #99cc99. Color #80bfb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 10110001
Octal 200 277 261
Decimal 128 191 177
Hex 80 BF B1

RGB Percentages of Color #80bfb1

%25.81
%38.51
%35.69

CMYK Percentages of Color #80bfb1

%33
%0
%7
%25

Triadic Colors of #80bfb1

#80bfb1 #b180bf #bfb180

Analogous Colors of #80bfb1

#80bfb1 #80aebf #80bf92

Monochromatic Colors of #80bfb1

#80bfb1

Complementary Color

#80bfb1 #bf808e

#80bfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bfb1 Color CSS Codes

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

#80bfb1 Text Font Color

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

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


#80bfb1 Background Color

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

This div background color is #80bfb1


#80bfb1 Border Color

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

This div border color is #80bfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bfb1

#80bfb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.