Color Hex Logo

#80afef Color Hex

#80AFEF
(128,175,239)
0 Favorites   0 Comments

Color spaces of #80afef

RGB 128175239
HSL0.600.780.72
HSV215°46°94°
CMYK 0.460.270.00   0.06
XYZ39.812041.481187.5697
Yxy41.48110.23580.2456
Hunter Lab64.4058-2.3717-35.5299
CIE-Lab70.51171.2113-36.8341

#80afef color RGB value is (128,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 11101111
Octal 200 257 357
Decimal 128 175 239
Hex 80 AF EF

RGB Percentages of Color #80afef

%23.62
%32.29
%44.10

CMYK Percentages of Color #80afef

%46
%27
%0
%6

Triadic Colors of #80afef

#80afef #ef80af #afef80

Analogous Colors of #80afef

#80afef #8980ef #80e7ef

Monochromatic Colors of #80afef

#80afef

Complementary Color

#80afef #efc080

#80afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80afef Color CSS Codes

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

#80afef Text Font Color

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

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


#80afef Background Color

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

This div background color is #80afef


#80afef Border Color

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

This div border color is #80afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80afef


Comments

No comments written yet.

Please login to write comment.