Color Hex Logo

#80abef Color Hex

#80ABEF
(128,171,239)
0 Favorites   0 Comments

Color spaces of #80abef

RGB 128171239
HSL0.600.780.72
HSV217°46°94°
CMYK 0.460.280.00   0.06
XYZ39.045039.947087.3140
Yxy39.94700.23480.2402
Hunter Lab63.2036-0.3353-37.6649
CIE-Lab69.43183.4480-38.5148

#80abef color RGB value is (128,171,239).

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

The process color (four color CMYK) of #80abef color hex is 0.46, 0.28, 0.00, 0.06. Web safe color of #80abef is #9999ff. Color #80abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101011 11101111
Octal 200 253 357
Decimal 128 171 239
Hex 80 AB EF

RGB Percentages of Color #80abef

%23.79
%31.78
%44.42

CMYK Percentages of Color #80abef

%46
%28
%0
%6

Triadic Colors of #80abef

#80abef #ef80ab #abef80

Analogous Colors of #80abef

#80abef #8d80ef #80e3ef

Monochromatic Colors of #80abef

#80abef

Complementary Color

#80abef #efc480

#80abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80abef Color CSS Codes

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

#80abef Text Font Color

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

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


#80abef Background Color

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

This div background color is #80abef


#80abef Border Color

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

This div border color is #80abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80abef


Comments

No comments written yet.

Please login to write comment.