Color Hex Logo

#80bbda Color Hex

#80BBDA
(128,187,218)
0 Favorites   0 Comments

Color spaces of #80bbda

RGB 128187218
HSL0.560.550.68
HSV201°41°85°
CMYK 0.410.140.00   0.15
XYZ39.327345.191872.9798
Yxy45.19180.24970.2869
Hunter Lab67.2248-13.2190-17.3083
CIE-Lab73.0180-11.1163-21.5500

#80bbda color RGB value is (128,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111011 11011010
Octal 200 273 332
Decimal 128 187 218
Hex 80 BB DA

RGB Percentages of Color #80bbda

%24.02
%35.08
%40.90

CMYK Percentages of Color #80bbda

%41
%14
%0
%15

Triadic Colors of #80bbda

#80bbda #da80bb #bbda80

Analogous Colors of #80bbda

#80bbda #808eda #80dacc

Monochromatic Colors of #80bbda

#80bbda

Complementary Color

#80bbda #da9f80

#80bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bbda Color CSS Codes

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

#80bbda Text Font Color

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

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


#80bbda Background Color

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

This div background color is #80bbda


#80bbda Border Color

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

This div border color is #80bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bbda


Comments

No comments written yet.

Please login to write comment.