Color Hex Logo

#80fbae Color Hex

#80FBAE
(128,251,174)
0 Favorites   0 Comments

Color spaces of #80fbae

RGB 128251174
HSL0.400.940.74
HSV142°49°98°
CMYK 0.490.000.31   0.02
XYZ51.039276.639552.1473
Yxy76.63950.28380.4262
Hunter Lab87.5440-49.134325.9635
CIE-Lab90.1554-51.162026.5484

#80fbae color RGB value is (128,251,174).

#80fbae hex color red value is 128, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #80fbae hue: 0.40 , saturation: 0.94 and the lightness value of 80fbae is 0.74.

The process color (four color CMYK) of #80fbae color hex is 0.49, 0.00, 0.31, 0.02. Web safe color of #80fbae is #99ff99. Color #80fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111011 10101110
Octal 200 373 256
Decimal 128 251 174
Hex 80 FB AE

RGB Percentages of Color #80fbae

%23.15
%45.39
%31.46

CMYK Percentages of Color #80fbae

%49
%0
%31
%2

Triadic Colors of #80fbae

#80fbae #ae80fb #fbae80

Analogous Colors of #80fbae

#80fbae #80fbec #90fb80

Monochromatic Colors of #80fbae

#80fbae

Complementary Color

#80fbae #fb80cd

#80fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fbae Color CSS Codes

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

#80fbae Text Font Color

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

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


#80fbae Background Color

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

This div background color is #80fbae


#80fbae Border Color

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

This div border color is #80fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fbae

Related Colors


Comments

No comments written yet.

Please login to write comment.