Color Hex Logo

#80cfdb Color Hex

#80CFDB
(128,207,219)
0 Favorites   0 Comments

Color spaces of #80cfdb

RGB 128207219
HSL0.520.560.68
HSV188°42°86°
CMYK 0.420.050.00   0.14
XYZ44.001154.329375.1853
Yxy54.32930.25360.3131
Hunter Lab73.7084-22.4321-8.8821
CIE-Lab78.6534-21.1958-13.5796

#80cfdb color RGB value is (128,207,219).

#80cfdb hex color red value is 128, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #80cfdb hue: 0.52 , saturation: 0.56 and the lightness value of 80cfdb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 11011011
Octal 200 317 333
Decimal 128 207 219
Hex 80 CF DB

RGB Percentages of Color #80cfdb

%23.10
%37.36
%39.53

CMYK Percentages of Color #80cfdb

%42
%5
%0
%14

Triadic Colors of #80cfdb

#80cfdb #db80cf #cfdb80

Analogous Colors of #80cfdb

#80cfdb #80a2db #80dbba

Monochromatic Colors of #80cfdb

#80cfdb

Complementary Color

#80cfdb #db8c80

#80cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfdb Color CSS Codes

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

#80cfdb Text Font Color

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

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


#80cfdb Background Color

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

This div background color is #80cfdb


#80cfdb Border Color

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

This div border color is #80cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfdb


Comments

No comments written yet.

Please login to write comment.