Color Hex Logo

#80ddbd Color Hex

#80DDBD
(128,221,189)
0 Favorites   0 Comments

Color spaces of #80ddbd

RGB 128221189
HSL0.440.580.68
HSV159°42°87°
CMYK 0.420.000.14   0.13
XYZ43.943859.976257.4046
Yxy59.97620.27240.3718
Hunter Lab77.4443-34.242210.2631
CIE-Lab81.8253-35.03577.0949

#80ddbd color RGB value is (128,221,189).

#80ddbd hex color red value is 128, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #80ddbd hue: 0.44 , saturation: 0.58 and the lightness value of 80ddbd is 0.68.

The process color (four color CMYK) of #80ddbd color hex is 0.42, 0.00, 0.14, 0.13. Web safe color of #80ddbd is #99cccc. Color #80ddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 10111101
Octal 200 335 275
Decimal 128 221 189
Hex 80 DD BD

RGB Percentages of Color #80ddbd

%23.79
%41.08
%35.13

CMYK Percentages of Color #80ddbd

%42
%0
%14
%13

Triadic Colors of #80ddbd

#80ddbd #bd80dd #ddbd80

Analogous Colors of #80ddbd

#80ddbd #80cfdd #80dd8f

Monochromatic Colors of #80ddbd

#80ddbd

Complementary Color

#80ddbd #dd80a0

#80ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddbd Color CSS Codes

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

#80ddbd Text Font Color

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

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


#80ddbd Background Color

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

This div background color is #80ddbd


#80ddbd Border Color

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

This div border color is #80ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddbd


Comments

No comments written yet.

Please login to write comment.