Color Hex Logo

#80a5cd Color Hex

#80A5CD
(128,165,205)
0 Favorites   0 Comments

Color spaces of #80a5cd

RGB 128165205
HSL0.590.440.65
HSV211°38°80°
CMYK 0.380.200.00   0.20
XYZ33.376735.907262.9293
Yxy35.90720.25240.2716
Hunter Lab59.9226-5.4407-20.3191
CIE-Lab66.4490-2.6297-24.4412

#80a5cd color RGB value is (128,165,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100101 11001101
Octal 200 245 315
Decimal 128 165 205
Hex 80 A5 CD

RGB Percentages of Color #80a5cd

%25.70
%33.13
%41.16

CMYK Percentages of Color #80a5cd

%38
%20
%0
%20

Triadic Colors of #80a5cd

#80a5cd #cd80a5 #a5cd80

Analogous Colors of #80a5cd

#80a5cd #8280cd #80cccd

Monochromatic Colors of #80a5cd

#80a5cd

Complementary Color

#80a5cd #cda880

#80a5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a5cd Color CSS Codes

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

#80a5cd Text Font Color

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

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


#80a5cd Background Color

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

This div background color is #80a5cd


#80a5cd Border Color

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

This div border color is #80a5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a5cd


Comments

No comments written yet.

Please login to write comment.