Color Hex Logo

#80adef Color Hex

#80ADEF
(128,173,239)
0 Favorites   0 Comments

Color spaces of #80adef

RGB 128173239
HSL0.600.780.72
HSV216°46°94°
CMYK 0.460.280.00   0.06
XYZ39.425640.708387.4409
Yxy40.70830.23530.2429
Hunter Lab63.8031-1.3555-36.5937
CIE-Lab69.97112.3273-37.6749

#80adef color RGB value is (128,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 11101111
Octal 200 255 357
Decimal 128 173 239
Hex 80 AD EF

RGB Percentages of Color #80adef

%23.70
%32.04
%44.26

CMYK Percentages of Color #80adef

%46
%28
%0
%6

Triadic Colors of #80adef

#80adef #ef80ad #adef80

Analogous Colors of #80adef

#80adef #8b80ef #80e5ef

Monochromatic Colors of #80adef

#80adef

Complementary Color

#80adef #efc280

#80adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#80adef Color CSS Codes

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

#80adef Text Font Color

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

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


#80adef Background Color

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

This div background color is #80adef


#80adef Border Color

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

This div border color is #80adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80adef


Comments

No comments written yet.

Please login to write comment.