Color Hex Logo

#80bdcd Color Hex

#80BDCD
(128,189,205)
0 Favorites   0 Comments

Color spaces of #80bdcd

RGB 128189205
HSL0.530.440.65
HSV192°38°80°
CMYK 0.380.080.00   0.20
XYZ38.119145.392264.5101
Yxy45.39220.25750.3067
Hunter Lab67.3737-16.9113-9.6083
CIE-Lab73.1494-15.5378-14.2722

#80bdcd color RGB value is (128,189,205).

#80bdcd hex color red value is 128, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #80bdcd hue: 0.53 , saturation: 0.44 and the lightness value of 80bdcd is 0.65.

The process color (four color CMYK) of #80bdcd color hex is 0.38, 0.08, 0.00, 0.20. Web safe color of #80bdcd is #99cccc. Color #80bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111101 11001101
Octal 200 275 315
Decimal 128 189 205
Hex 80 BD CD

RGB Percentages of Color #80bdcd

%24.52
%36.21
%39.27

CMYK Percentages of Color #80bdcd

%38
%8
%0
%20

Triadic Colors of #80bdcd

#80bdcd #cd80bd #bdcd80

Analogous Colors of #80bdcd

#80bdcd #8097cd #80cdb7

Monochromatic Colors of #80bdcd

#80bdcd

Complementary Color

#80bdcd #cd9080

#80bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bdcd Color CSS Codes

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

#80bdcd Text Font Color

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

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


#80bdcd Background Color

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

This div background color is #80bdcd


#80bdcd Border Color

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

This div border color is #80bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bdcd

#80bdcd Color Palettes


Comments

No comments written yet.

Please login to write comment.