Color Hex Logo

#80dddf Color Hex

#80DDDF
(128,221,223)
0 Favorites   0 Comments

Color spaces of #80dddf

RGB 128221223
HSL0.500.600.69
HSV181°43°87°
CMYK 0.430.010.00   0.13
XYZ48.077861.629879.1738
Yxy61.62980.25450.3263
Hunter Lab78.5046-28.0662-4.8421
CIE-Lab82.7162-27.1135-9.6470

#80dddf color RGB value is (128,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 11011111
Octal 200 335 337
Decimal 128 221 223
Hex 80 DD DF

RGB Percentages of Color #80dddf

%22.38
%38.64
%38.99

CMYK Percentages of Color #80dddf

%43
%1
%0
%13

Triadic Colors of #80dddf

#80dddf #df80dd #dddf80

Analogous Colors of #80dddf

#80dddf #80aedf #80dfb2

Monochromatic Colors of #80dddf

#80dddf

Complementary Color

#80dddf #df8280

#80dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dddf Color CSS Codes

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

#80dddf Text Font Color

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

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


#80dddf Background Color

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

This div background color is #80dddf


#80dddf Border Color

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

This div border color is #80dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dddf


Comments

No comments written yet.

Please login to write comment.