Color Hex Logo

#80d0a9 Color Hex

#80D0A9
(128,208,169)
0 Favorites   0 Comments

Color spaces of #80d0a9

RGB 128208169
HSL0.420.460.66
HSV151°38°82°
CMYK 0.380.000.19   0.18
XYZ38.619452.565545.6468
Yxy52.56550.28220.3842
Hunter Lab72.5021-31.797713.4229
CIE-Lab77.6178-33.191911.7243

#80d0a9 color RGB value is (128,208,169).

#80d0a9 hex color red value is 128, green value is 208 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #80d0a9 hue: 0.42 , saturation: 0.46 and the lightness value of 80d0a9 is 0.66.

The process color (four color CMYK) of #80d0a9 color hex is 0.38, 0.00, 0.19, 0.18. Web safe color of #80d0a9 is #99cc99. Color #80d0a9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010000 10101001
Octal 200 320 251
Decimal 128 208 169
Hex 80 D0 A9

RGB Percentages of Color #80d0a9

%25.35
%41.19
%33.47

CMYK Percentages of Color #80d0a9

%38
%0
%19
%18

Triadic Colors of #80d0a9

#80d0a9 #a980d0 #d0a980

Analogous Colors of #80d0a9

#80d0a9 #80cfd0 #80d081

Monochromatic Colors of #80d0a9

#80d0a9

Complementary Color

#80d0a9 #d080a7

#80d0a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d0a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d0a9 Color CSS Codes

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

#80d0a9 Text Font Color

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

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


#80d0a9 Background Color

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

This div background color is #80d0a9


#80d0a9 Border Color

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

This div border color is #80d0a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d0a9

#80d0a9 Color Palettes


Comments

No comments written yet.

Please login to write comment.