Color Hex Logo

#80bcda Color Hex

#80BCDA
(128,188,218)
0 Favorites   0 Comments

Color spaces of #80bcda

RGB 128188218
HSL0.560.550.68
HSV200°41°85°
CMYK 0.410.140.00   0.15
XYZ39.540245.617673.0508
Yxy45.61760.24990.2883
Hunter Lab67.5408-13.6977-16.8483
CIE-Lab73.2967-11.6465-21.1262

#80bcda color RGB value is (128,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111100 11011010
Octal 200 274 332
Decimal 128 188 218
Hex 80 BC DA

RGB Percentages of Color #80bcda

%23.97
%35.21
%40.82

CMYK Percentages of Color #80bcda

%41
%14
%0
%15

Triadic Colors of #80bcda

#80bcda #da80bc #bcda80

Analogous Colors of #80bcda

#80bcda #808fda #80dacb

Monochromatic Colors of #80bcda

#80bcda

Complementary Color

#80bcda #da9e80

#80bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bcda Color CSS Codes

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

#80bcda Text Font Color

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

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


#80bcda Background Color

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

This div background color is #80bcda


#80bcda Border Color

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

This div border color is #80bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bcda


Comments

No comments written yet.

Please login to write comment.