Color Hex Logo

#80baee Color Hex

#80BAEE
(128,186,238)
0 Favorites   0 Comments

Color spaces of #80baee

RGB 128186238
HSL0.580.760.72
HSV208°46°93°
CMYK 0.460.220.00   0.07
XYZ41.893645.880187.5366
Yxy45.88010.23900.2617
Hunter Lab67.7349-8.1348-29.2086
CIE-Lab73.4677-5.1203-31.7141

#80baee color RGB value is (128,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11101110
Octal 200 272 356
Decimal 128 186 238
Hex 80 BA EE

RGB Percentages of Color #80baee

%23.19
%33.70
%43.12

CMYK Percentages of Color #80baee

%46
%22
%0
%7

Triadic Colors of #80baee

#80baee #ee80ba #baee80

Analogous Colors of #80baee

#80baee #8083ee #80eeeb

Monochromatic Colors of #80baee

#80baee

Complementary Color

#80baee #eeb480

#80baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80baee Color CSS Codes

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

#80baee Text Font Color

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

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


#80baee Background Color

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

This div background color is #80baee


#80baee Border Color

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

This div border color is #80baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80baee


Comments

No comments written yet.

Please login to write comment.