Color Hex Logo

#80aded Color Hex

#80ADED
(128,173,237)
0 Favorites   0 Comments

Color spaces of #80aded

RGB 128173237
HSL0.600.750.72
HSV215°46°93°
CMYK 0.460.270.00   0.07
XYZ39.131740.590885.8931
Yxy40.59080.23630.2451
Hunter Lab63.7109-1.8581-35.3353
CIE-Lab69.88831.7552-36.7143

#80aded color RGB value is (128,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 11101101
Octal 200 255 355
Decimal 128 173 237
Hex 80 AD ED

RGB Percentages of Color #80aded

%23.79
%32.16
%44.05

CMYK Percentages of Color #80aded

%46
%27
%0
%7

Triadic Colors of #80aded

#80aded #ed80ad #aded80

Analogous Colors of #80aded

#80aded #8a80ed #80e4ed

Monochromatic Colors of #80aded

#80aded

Complementary Color

#80aded #edc080

#80aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aded Color CSS Codes

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

#80aded Text Font Color

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

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


#80aded Background Color

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

This div background color is #80aded


#80aded Border Color

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

This div border color is #80aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aded


Comments

No comments written yet.

Please login to write comment.