Color Hex Logo

#80adeb Color Hex

#80ADEB
(128,173,235)
0 Favorites   0 Comments

Color spaces of #80adeb

RGB 128173235
HSL0.600.730.71
HSV215°46°92°
CMYK 0.460.260.00   0.08
XYZ38.841140.474584.3625
Yxy40.47450.23730.2473
Hunter Lab63.6196-2.3562-34.0876
CIE-Lab69.80621.1861-35.7516

#80adeb color RGB value is (128,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 11101011
Octal 200 255 353
Decimal 128 173 235
Hex 80 AD EB

RGB Percentages of Color #80adeb

%23.88
%32.28
%43.84

CMYK Percentages of Color #80adeb

%46
%26
%0
%8

Triadic Colors of #80adeb

#80adeb #eb80ad #adeb80

Analogous Colors of #80adeb

#80adeb #8980eb #80e3eb

Monochromatic Colors of #80adeb

#80adeb

Complementary Color

#80adeb #ebbe80

#80adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80adeb Color CSS Codes

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

#80adeb Text Font Color

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

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


#80adeb Background Color

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

This div background color is #80adeb


#80adeb Border Color

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

This div border color is #80adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80adeb


Comments

No comments written yet.

Please login to write comment.