Color Hex Logo

#80beff Color Hex

#80BEFF
(128,190,255)
0 Favorites   0 Comments

Color spaces of #80beff

RGB 128190255
HSL0.591.000.75
HSV211°50°100°
CMYK 0.500.250.00   0.00
XYZ45.365548.6361101.6044
Yxy48.63610.23190.2486
Hunter Lab69.7396-5.9303-37.5626
CIE-Lab75.2244-2.4584-38.1569

#80beff color RGB value is (128,190,255).

#80beff hex color red value is 128, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #80beff hue: 0.59 , saturation: 1.00 and the lightness value of 80beff is 0.75.

The process color (four color CMYK) of #80beff color hex is 0.50, 0.25, 0.00, 0.00. Web safe color of #80beff is #99ccff. Color #80beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111110 11111111
Octal 200 276 377
Decimal 128 190 255
Hex 80 BE FF

RGB Percentages of Color #80beff

%22.34
%33.16
%44.50

CMYK Percentages of Color #80beff

%50
%25
%0
%0

Triadic Colors of #80beff

#80beff #ff80be #beff80

Analogous Colors of #80beff

#80beff #8280ff #80feff

Monochromatic Colors of #80beff

#80beff

Complementary Color

#80beff #ffc180

#80beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#80beff Color CSS Codes

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

#80beff Text Font Color

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

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


#80beff Background Color

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

This div background color is #80beff


#80beff Border Color

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

This div border color is #80beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80beff


Comments

No comments written yet.

Please login to write comment.