Color Hex Logo

#80abea Color Hex

#80ABEA
(128,171,234)
0 Favorites   0 Comments

Color spaces of #80abea

RGB 128171234
HSL0.600.720.71
HSV216°45°92°
CMYK 0.450.270.00   0.08
XYZ38.316339.655583.4767
Yxy39.65550.23730.2456
Hunter Lab62.9726-1.5920-34.5142
CIE-Lab69.22352.0191-36.1110

#80abea color RGB value is (128,171,234).

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

The process color (four color CMYK) of #80abea color hex is 0.45, 0.27, 0.00, 0.08. Web safe color of #80abea is #9999ff. Color #80abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101011 11101010
Octal 200 253 352
Decimal 128 171 234
Hex 80 AB EA

RGB Percentages of Color #80abea

%24.02
%32.08
%43.90

CMYK Percentages of Color #80abea

%45
%27
%0
%8

Triadic Colors of #80abea

#80abea #ea80ab #abea80

Analogous Colors of #80abea

#80abea #8a80ea #80e0ea

Monochromatic Colors of #80abea

#80abea

Complementary Color

#80abea #eabf80

#80abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#80abea Color CSS Codes

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

#80abea Text Font Color

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

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


#80abea Background Color

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

This div background color is #80abea


#80abea Border Color

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

This div border color is #80abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80abea


Comments

No comments written yet.

Please login to write comment.