Color Hex Logo

#80dfd7 Color Hex

#80DFD7
(128,223,215)
0 Favorites   0 Comments

Color spaces of #80dfd7

RGB 128223215
HSL0.490.600.69
HSV175°43°87°
CMYK 0.430.000.04   0.13
XYZ47.555562.270873.8030
Yxy62.27080.25900.3391
Hunter Lab78.9118-30.5244-0.2132
CIE-Lab83.0572-30.0315-4.8967

#80dfd7 color RGB value is (128,223,215).

#80dfd7 hex color red value is 128, green value is 223 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #80dfd7 hue: 0.49 , saturation: 0.60 and the lightness value of 80dfd7 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11010111
Octal 200 337 327
Decimal 128 223 215
Hex 80 DF D7

RGB Percentages of Color #80dfd7

%22.61
%39.40
%37.99

CMYK Percentages of Color #80dfd7

%43
%0
%4
%13

Triadic Colors of #80dfd7

#80dfd7 #d780df #dfd780

Analogous Colors of #80dfd7

#80dfd7 #80b8df #80dfa8

Monochromatic Colors of #80dfd7

#80dfd7

Complementary Color

#80dfd7 #df8088

#80dfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfd7 Color CSS Codes

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

#80dfd7 Text Font Color

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

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


#80dfd7 Background Color

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

This div background color is #80dfd7


#80dfd7 Border Color

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

This div border color is #80dfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfd7


Comments

No comments written yet.

Please login to write comment.