Color Hex Logo

#80beef Color Hex

#80BEEF
(128,190,239)
0 Favorites   0 Comments

Color spaces of #80beef

RGB 128190239
HSL0.570.780.72
HSV206°46°94°
CMYK 0.460.210.00   0.06
XYZ42.895547.648188.5975
Yxy47.64810.23950.2660
Hunter Lab69.0276-9.8739-27.7799
CIE-Lab74.6024-7.0020-30.5059

#80beef color RGB value is (128,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111110 11101111
Octal 200 276 357
Decimal 128 190 239
Hex 80 BE EF

RGB Percentages of Color #80beef

%22.98
%34.11
%42.91

CMYK Percentages of Color #80beef

%46
%21
%0
%6

Triadic Colors of #80beef

#80beef #ef80be #beef80

Analogous Colors of #80beef

#80beef #8087ef #80efe9

Monochromatic Colors of #80beef

#80beef

Complementary Color

#80beef #efb180

#80beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80beef Color CSS Codes

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

#80beef Text Font Color

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

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


#80beef Background Color

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

This div background color is #80beef


#80beef Border Color

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

This div border color is #80beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80beef


Comments

No comments written yet.

Please login to write comment.