Color Hex Logo

#80baeb Color Hex

#80BAEB
(128,186,235)
0 Favorites   0 Comments

Color spaces of #80baeb

RGB 128186235
HSL0.580.730.71
HSV207°46°92°
CMYK 0.460.210.00   0.08
XYZ41.456445.705285.2343
Yxy45.70520.24050.2651
Hunter Lab67.6056-8.8520-27.4264
CIE-Lab73.3538-5.9580-30.2655

#80baeb color RGB value is (128,186,235).

#80baeb hex color red value is 128, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #80baeb hue: 0.58 , saturation: 0.73 and the lightness value of 80baeb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11101011
Octal 200 272 353
Decimal 128 186 235
Hex 80 BA EB

RGB Percentages of Color #80baeb

%23.32
%33.88
%42.81

CMYK Percentages of Color #80baeb

%46
%21
%0
%8

Triadic Colors of #80baeb

#80baeb #eb80ba #baeb80

Analogous Colors of #80baeb

#80baeb #8085eb #80ebe7

Monochromatic Colors of #80baeb

#80baeb

Complementary Color

#80baeb #ebb180

#80baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80baeb Color CSS Codes

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

#80baeb Text Font Color

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

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


#80baeb Background Color

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

This div background color is #80baeb


#80baeb Border Color

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

This div border color is #80baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80baeb


Comments

No comments written yet.

Please login to write comment.