Color Hex Logo

#80baea Color Hex

#80BAEA
(128,186,234)
0 Favorites   0 Comments

Color spaces of #80baea

RGB 128186234
HSL0.580.720.71
HSV207°45°92°
CMYK 0.450.210.00   0.08
XYZ41.312345.647584.4754
Yxy45.64750.24100.2663
Hunter Lab67.5629-9.0888-26.8375
CIE-Lab73.3162-6.2357-29.7816

#80baea color RGB value is (128,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 11101010
Octal 200 272 352
Decimal 128 186 234
Hex 80 BA EA

RGB Percentages of Color #80baea

%23.36
%33.94
%42.70

CMYK Percentages of Color #80baea

%45
%21
%0
%8

Triadic Colors of #80baea

#80baea #ea80ba #baea80

Analogous Colors of #80baea

#80baea #8085ea #80eae5

Monochromatic Colors of #80baea

#80baea

Complementary Color

#80baea #eab080

#80baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#80baea Color CSS Codes

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

#80baea Text Font Color

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

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


#80baea Background Color

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

This div background color is #80baea


#80baea Border Color

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

This div border color is #80baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80baea


Comments

No comments written yet.

Please login to write comment.