Color Hex Logo

#80adcd Color Hex

#80ADCD
(128,173,205)
0 Favorites   0 Comments

Color spaces of #80adcd

RGB 128173205
HSL0.570.440.65
HSV205°38°80°
CMYK 0.380.160.00   0.20
XYZ34.865138.884163.4254
Yxy38.88410.25420.2835
Hunter Lab62.3571-9.3221-16.6558
CIE-Lab68.6672-7.0237-21.0533

#80adcd color RGB value is (128,173,205).

#80adcd hex color red value is 128, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #80adcd hue: 0.57 , saturation: 0.44 and the lightness value of 80adcd is 0.65.

The process color (four color CMYK) of #80adcd color hex is 0.38, 0.16, 0.00, 0.20. Web safe color of #80adcd is #9999cc. Color #80adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 11001101
Octal 200 255 315
Decimal 128 173 205
Hex 80 AD CD

RGB Percentages of Color #80adcd

%25.30
%34.19
%40.51

CMYK Percentages of Color #80adcd

%38
%16
%0
%20

Triadic Colors of #80adcd

#80adcd #cd80ad #adcd80

Analogous Colors of #80adcd

#80adcd #8087cd #80cdc7

Monochromatic Colors of #80adcd

#80adcd

Complementary Color

#80adcd #cda080

#80adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80adcd Color CSS Codes

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

#80adcd Text Font Color

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

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


#80adcd Background Color

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

This div background color is #80adcd


#80adcd Border Color

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

This div border color is #80adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80adcd


Comments

No comments written yet.

Please login to write comment.