Color Hex Logo

#80c5ef Color Hex

#80C5EF
(128,197,239)
0 Favorites   0 Comments

Color spaces of #80c5ef

RGB 128197239
HSL0.560.780.72
HSV203°46°94°
CMYK 0.460.180.00   0.06
XYZ44.448350.753789.1151
Yxy50.75370.24120.2754
Hunter Lab71.2416-13.3051-24.2958
CIE-Lab76.5296-10.7356-27.5461

#80c5ef color RGB value is (128,197,239).

#80c5ef hex color red value is 128, green value is 197 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #80c5ef hue: 0.56 , saturation: 0.78 and the lightness value of 80c5ef is 0.72.

The process color (four color CMYK) of #80c5ef color hex is 0.46, 0.18, 0.00, 0.06. Web safe color of #80c5ef is #99ccff. Color #80c5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11000101 11101111
Octal 200 305 357
Decimal 128 197 239
Hex 80 C5 EF

RGB Percentages of Color #80c5ef

%22.70
%34.93
%42.38

CMYK Percentages of Color #80c5ef

%46
%18
%0
%6

Triadic Colors of #80c5ef

#80c5ef #ef80c5 #c5ef80

Analogous Colors of #80c5ef

#80c5ef #808eef #80efe2

Monochromatic Colors of #80c5ef

#80c5ef

Complementary Color

#80c5ef #efaa80

#80c5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80c5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80c5ef Color CSS Codes

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

#80c5ef Text Font Color

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

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


#80c5ef Background Color

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

This div background color is #80c5ef


#80c5ef Border Color

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

This div border color is #80c5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80c5ef


Comments

No comments written yet.

Please login to write comment.