Color Hex Logo

#80bfcd Color Hex

#80BFCD
(128,191,205)
0 Favorites   0 Comments

Color spaces of #80bfcd

RGB 128191205
HSL0.530.440.65
HSV191°38°80°
CMYK 0.380.070.00   0.20
XYZ38.552346.258664.6545
Yxy46.25860.25790.3095
Hunter Lab68.0137-17.8445-8.7521
CIE-Lab73.7130-16.5757-13.4257

#80bfcd color RGB value is (128,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 11001101
Octal 200 277 315
Decimal 128 191 205
Hex 80 BF CD

RGB Percentages of Color #80bfcd

%24.43
%36.45
%39.12

CMYK Percentages of Color #80bfcd

%38
%7
%0
%20

Triadic Colors of #80bfcd

#80bfcd #cd80bf #bfcd80

Analogous Colors of #80bfcd

#80bfcd #8099cd #80cdb5

Monochromatic Colors of #80bfcd

#80bfcd

Complementary Color

#80bfcd #cd8e80

#80bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bfcd Color CSS Codes

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

#80bfcd Text Font Color

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

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


#80bfcd Background Color

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

This div background color is #80bfcd


#80bfcd Border Color

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

This div border color is #80bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bfcd


Comments

No comments written yet.

Please login to write comment.