Color Hex Logo

#80ccdf Color Hex

#80CCDF
(128,204,223)
0 Favorites   0 Comments

Color spaces of #80ccdf

RGB 128204223
HSL0.530.600.69
HSV192°43°87°
CMYK 0.430.090.00   0.13
XYZ43.814253.102677.7526
Yxy53.10260.25080.3040
Hunter Lab72.8715-20.2016-12.2513
CIE-Lab77.9355-18.6502-16.8068

#80ccdf color RGB value is (128,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 11011111
Octal 200 314 337
Decimal 128 204 223
Hex 80 CC DF

RGB Percentages of Color #80ccdf

%23.06
%36.76
%40.18

CMYK Percentages of Color #80ccdf

%43
%9
%0
%13

Triadic Colors of #80ccdf

#80ccdf #df80cc #ccdf80

Analogous Colors of #80ccdf

#80ccdf #809ddf #80dfc3

Monochromatic Colors of #80ccdf

#80ccdf

Complementary Color

#80ccdf #df9380

#80ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ccdf Color CSS Codes

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

#80ccdf Text Font Color

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

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


#80ccdf Background Color

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

This div background color is #80ccdf


#80ccdf Border Color

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

This div border color is #80ccdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,204,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 #80ccdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ccdf


Comments

No comments written yet.

Please login to write comment.