Color Hex Logo

#80aaff Color Hex

#80AAFF
(128,170,255)
1 Favorites   0 Comments

Color spaces of #80aaff

RGB 128170255
HSL0.611.000.75
HSV220°50°100°
CMYK 0.500.330.00   0.00
XYZ41.326840.5586100.2582
Yxy40.55860.22690.2227
Hunter Lab63.68564.3821-48.7584
CIE-Lab69.86568.6821-46.5293

#80aaff color RGB value is (128,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 11111111
Octal 200 252 377
Decimal 128 170 255
Hex 80 AA FF

RGB Percentages of Color #80aaff

%23.15
%30.74
%46.11

CMYK Percentages of Color #80aaff

%50
%33
%0
%0

Triadic Colors of #80aaff

#80aaff #ff80aa #aaff80

Analogous Colors of #80aaff

#80aaff #9680ff #80eaff

Monochromatic Colors of #80aaff

#80aaff

Complementary Color

#80aaff #ffd580

#80aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aaff Color CSS Codes

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

#80aaff Text Font Color

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

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


#80aaff Background Color

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

This div background color is #80aaff


#80aaff Border Color

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

This div border color is #80aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aaff


Comments

No comments written yet.

Please login to write comment.