Color Hex Logo

#80aeff Color Hex

#80AEFF
(128,174,255)
0 Favorites   0 Comments

Color spaces of #80aeff

RGB 128174255
HSL0.611.000.75
HSV218°50°100°
CMYK 0.500.320.00   0.00
XYZ42.088142.0813100.5120
Yxy42.08130.22790.2279
Hunter Lab64.87012.2892-46.4569
CIE-Lab70.92696.4190-44.8633

#80aeff color RGB value is (128,174,255).

#80aeff hex color red value is 128, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #80aeff hue: 0.61 , saturation: 1.00 and the lightness value of 80aeff is 0.75.

The process color (four color CMYK) of #80aeff color hex is 0.50, 0.32, 0.00, 0.00. Web safe color of #80aeff is #9999ff. Color #80aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 11111111
Octal 200 256 377
Decimal 128 174 255
Hex 80 AE FF

RGB Percentages of Color #80aeff

%22.98
%31.24
%45.78

CMYK Percentages of Color #80aeff

%50
%32
%0
%0

Triadic Colors of #80aeff

#80aeff #ff80ae #aeff80

Analogous Colors of #80aeff

#80aeff #9280ff #80eeff

Monochromatic Colors of #80aeff

#80aeff

Complementary Color

#80aeff #ffd180

#80aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aeff Color CSS Codes

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

#80aeff Text Font Color

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

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


#80aeff Background Color

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

This div background color is #80aeff


#80aeff Border Color

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

This div border color is #80aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aeff


Comments

No comments written yet.

Please login to write comment.