Color Hex Logo

#80faad Color Hex

#80FAAD
(128,250,173)
0 Favorites   0 Comments

Color spaces of #80faad

RGB 128250173
HSL0.390.920.74
HSV142°49°98°
CMYK 0.490.000.31   0.02
XYZ50.630575.977551.5318
Yxy75.97750.28420.4265
Hunter Lab87.1651-48.855825.9634
CIE-Lab89.8489-50.928426.6379

#80faad color RGB value is (128,250,173).

#80faad hex color red value is 128, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #80faad hue: 0.39 , saturation: 0.92 and the lightness value of 80faad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111010 10101101
Octal 200 372 255
Decimal 128 250 173
Hex 80 FA AD

RGB Percentages of Color #80faad

%23.23
%45.37
%31.40

CMYK Percentages of Color #80faad

%49
%0
%31
%2

Triadic Colors of #80faad

#80faad #ad80fa #faad80

Analogous Colors of #80faad

#80faad #80faea #90fa80

Monochromatic Colors of #80faad

#80faad

Complementary Color

#80faad #fa80cd

#80faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#80faad Color CSS Codes

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

#80faad Text Font Color

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

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


#80faad Background Color

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

This div background color is #80faad


#80faad Border Color

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

This div border color is #80faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80faad


Comments

No comments written yet.

Please login to write comment.