Color Hex Logo

#80beab Color Hex

#80BEAB
(128,190,171)
1 Favorites   0 Comments

Color spaces of #80beab

RGB 128190171
HSL0.450.320.62
HSV162°33°75°
CMYK 0.330.000.10   0.25
XYZ34.666244.356445.2626
Yxy44.35640.27890.3569
Hunter Lab66.6006-23.64026.3262
CIE-Lab72.4661-24.07993.2632

#80beab color RGB value is (128,190,171).

#80beab hex color red value is 128, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #80beab hue: 0.45 , saturation: 0.32 and the lightness value of 80beab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111110 10101011
Octal 200 276 253
Decimal 128 190 171
Hex 80 BE AB

RGB Percentages of Color #80beab

%26.18
%38.85
%34.97

CMYK Percentages of Color #80beab

%33
%0
%10
%25

Triadic Colors of #80beab

#80beab #ab80be #beab80

Analogous Colors of #80beab

#80beab #80b2be #80be8c

Monochromatic Colors of #80beab

#80beab

Complementary Color

#80beab #be8093

#80beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80beab Color CSS Codes

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

#80beab Text Font Color

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

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


#80beab Background Color

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

This div background color is #80beab


#80beab Border Color

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

This div border color is #80beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80beab


Comments

No comments written yet.

Please login to write comment.