Color Hex Logo

#80bfad Color Hex

#80BFAD
(128,191,173)
0 Favorites   0 Comments

Color spaces of #80bfad

RGB 128191173
HSL0.450.330.63
HSV163°33°75°
CMYK 0.330.000.09   0.25
XYZ35.075744.867946.3469
Yxy44.86790.27770.3553
Hunter Lab66.9835-23.75025.8648
CIE-Lab72.8048-24.13892.6648

#80bfad color RGB value is (128,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 10101101
Octal 200 277 255
Decimal 128 191 173
Hex 80 BF AD

RGB Percentages of Color #80bfad

%26.02
%38.82
%35.16

CMYK Percentages of Color #80bfad

%33
%0
%9
%25

Triadic Colors of #80bfad

#80bfad #ad80bf #bfad80

Analogous Colors of #80bfad

#80bfad #80b2bf #80bf8e

Monochromatic Colors of #80bfad

#80bfad

Complementary Color

#80bfad #bf8092

#80bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bfad Color CSS Codes

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

#80bfad Text Font Color

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

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


#80bfad Background Color

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

This div background color is #80bfad


#80bfad Border Color

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

This div border color is #80bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bfad


Comments

No comments written yet.

Please login to write comment.