Color Hex Logo

#80d6e0 Color Hex

#80D6E0
(128,214,224)
0 Favorites   0 Comments

Color spaces of #80d6e0

RGB 128214224
HSL0.520.610.69
HSV186°43°88°
CMYK 0.430.040.00   0.12
XYZ46.403258.064179.2828
Yxy58.06410.25250.3160
Hunter Lab76.1998-24.6490-8.3490
CIE-Lab80.7744-23.4241-13.0773

#80d6e0 color RGB value is (128,214,224).

#80d6e0 hex color red value is 128, green value is 214 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #80d6e0 hue: 0.52 , saturation: 0.61 and the lightness value of 80d6e0 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010110 11100000
Octal 200 326 340
Decimal 128 214 224
Hex 80 D6 E0

RGB Percentages of Color #80d6e0

%22.61
%37.81
%39.58

CMYK Percentages of Color #80d6e0

%43
%4
%0
%12

Triadic Colors of #80d6e0

#80d6e0 #e080d6 #d6e080

Analogous Colors of #80d6e0

#80d6e0 #80a6e0 #80e0ba

Monochromatic Colors of #80d6e0

#80d6e0

Complementary Color

#80d6e0 #e08a80

#80d6e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d6e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d6e0 Color CSS Codes

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

#80d6e0 Text Font Color

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

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


#80d6e0 Background Color

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

This div background color is #80d6e0


#80d6e0 Border Color

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

This div border color is #80d6e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d6e0


Comments

No comments written yet.

Please login to write comment.