Color Hex Logo

#83a5bd Color Hex

#83A5BD
(131,165,189)
0 Favorites   0 Comments

Color spaces of #83a5bd

RGB 131165189
HSL0.570.310.63
HSV205°31°74°
CMYK 0.310.130.00   0.26
XYZ32.000535.409753.2923
Yxy35.40970.26510.2934
Hunter Lab59.5061-8.1438-11.4446
CIE-Lab66.0664-5.8972-16.1214

#83a5bd color RGB value is (131,165,189).

#83a5bd hex color red value is 131, green value is 165 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #83a5bd hue: 0.57 , saturation: 0.31 and the lightness value of 83a5bd is 0.63.

The process color (four color CMYK) of #83a5bd color hex is 0.31, 0.13, 0.00, 0.26. Web safe color of #83a5bd is #9999cc. Color #83a5bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10100101 10111101
Octal 203 245 275
Decimal 131 165 189
Hex 83 A5 BD

RGB Percentages of Color #83a5bd

%27.01
%34.02
%38.97

CMYK Percentages of Color #83a5bd

%31
%13
%0
%26

Triadic Colors of #83a5bd

#83a5bd #bd83a5 #a5bd83

Analogous Colors of #83a5bd

#83a5bd #8388bd #83bdb8

Monochromatic Colors of #83a5bd

#83a5bd

Complementary Color

#83a5bd #bd9b83

#83a5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83a5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83a5bd Color CSS Codes

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

#83a5bd Text Font Color

<p style="color:#83a5bd">Text here</p>

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


#83a5bd Background Color

<div style="background-color:#83a5bd">
Div content here</div>

This div background color is #83a5bd


#83a5bd Border Color

<div style="border:3px solid #83a5bd">
Div here</div>

This div border color is #83a5bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,165,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83a5bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83a5bd;
  -webkit-box-shadow: 1px 1px 3px 2px #83a5bd;
  box-shadow:         1px 1px 3px 2px #83a5bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,165,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83a5bd


Comments

No comments written yet.

Please login to write comment.