Color Hex Logo

#80dedd Color Hex

#80DEDD
(128,222,221)
0 Favorites   0 Comments

Color spaces of #80dedd

RGB 128222221
HSL0.500.590.69
HSV179°42°87°
CMYK 0.420.000.00   0.13
XYZ48.074562.052277.8501
Yxy62.05220.25570.3301
Hunter Lab78.7732-28.9164-3.4539
CIE-Lab82.9412-28.0925-8.2511

#80dedd color RGB value is (128,222,221).

#80dedd hex color red value is 128, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #80dedd hue: 0.50 , saturation: 0.59 and the lightness value of 80dedd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 11011101
Octal 200 336 335
Decimal 128 222 221
Hex 80 DE DD

RGB Percentages of Color #80dedd

%22.42
%38.88
%38.70

CMYK Percentages of Color #80dedd

%42
%0
%0
%13

Triadic Colors of #80dedd

#80dedd #dd80de #dedd80

Analogous Colors of #80dedd

#80dedd #80b0de #80deae

Monochromatic Colors of #80dedd

#80dedd

Complementary Color

#80dedd #de8081

#80dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dedd Color CSS Codes

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

#80dedd Text Font Color

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

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


#80dedd Background Color

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

This div background color is #80dedd


#80dedd Border Color

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

This div border color is #80dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dedd


Comments

No comments written yet.

Please login to write comment.