Color Hex Logo

#80cbdb Color Hex

#80CBDB
(128,203,219)
0 Favorites   0 Comments

Color spaces of #80cbdb

RGB 128203219
HSL0.530.560.68
HSV191°42°86°
CMYK 0.420.070.00   0.14
XYZ43.044252.415574.8664
Yxy52.41550.25270.3077
Hunter Lab72.3985-20.5712-10.6320
CIE-Lab77.5286-19.1723-15.2685

#80cbdb color RGB value is (128,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 11011011
Octal 200 313 333
Decimal 128 203 219
Hex 80 CB DB

RGB Percentages of Color #80cbdb

%23.27
%36.91
%39.82

CMYK Percentages of Color #80cbdb

%42
%7
%0
%14

Triadic Colors of #80cbdb

#80cbdb #db80cb #cbdb80

Analogous Colors of #80cbdb

#80cbdb #809edb #80dbbe

Monochromatic Colors of #80cbdb

#80cbdb

Complementary Color

#80cbdb #db9080

#80cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbdb Color CSS Codes

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

#80cbdb Text Font Color

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

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


#80cbdb Background Color

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

This div background color is #80cbdb


#80cbdb Border Color

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

This div border color is #80cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbdb


Comments

No comments written yet.

Please login to write comment.