Color Hex Logo

#80bfdf Color Hex

#80BFDF
(128,191,223)
0 Favorites   0 Comments

Color spaces of #80bfdf

RGB 128191223
HSL0.560.600.69
HSV200°43°87°
CMYK 0.430.140.00   0.13
XYZ40.852247.178576.7653
Yxy47.17850.24790.2863
Hunter Lab68.6866-14.0365-18.1829
CIE-Lab74.3038-11.9038-22.3086

#80bfdf color RGB value is (128,191,223).

#80bfdf hex color red value is 128, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #80bfdf hue: 0.56 , saturation: 0.60 and the lightness value of 80bfdf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 11011111
Octal 200 277 337
Decimal 128 191 223
Hex 80 BF DF

RGB Percentages of Color #80bfdf

%23.62
%35.24
%41.14

CMYK Percentages of Color #80bfdf

%43
%14
%0
%13

Triadic Colors of #80bfdf

#80bfdf #df80bf #bfdf80

Analogous Colors of #80bfdf

#80bfdf #8090df #80dfd0

Monochromatic Colors of #80bfdf

#80bfdf

Complementary Color

#80bfdf #dfa080

#80bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bfdf Color CSS Codes

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

#80bfdf Text Font Color

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

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


#80bfdf Background Color

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

This div background color is #80bfdf


#80bfdf Border Color

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

This div border color is #80bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bfdf


Comments

No comments written yet.

Please login to write comment.