Color Hex Logo

#83bdcd Color Hex

#83BDCD
(131,189,205)
0 Favorites   0 Comments

Color spaces of #83bdcd

RGB 131189205
HSL0.540.430.66
HSV193°36°80°
CMYK 0.360.080.00   0.20
XYZ38.577145.628364.5315
Yxy45.62830.25940.3068
Hunter Lab67.5487-16.2689-9.3576
CIE-Lab73.3037-14.7320-14.0247

#83bdcd color RGB value is (131,189,205).

#83bdcd hex color red value is 131, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #83bdcd hue: 0.54 , saturation: 0.43 and the lightness value of 83bdcd is 0.66.

The process color (four color CMYK) of #83bdcd color hex is 0.36, 0.08, 0.00, 0.20. Web safe color of #83bdcd is #99cccc. Color #83bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111101 11001101
Octal 203 275 315
Decimal 131 189 205
Hex 83 BD CD

RGB Percentages of Color #83bdcd

%24.95
%36.00
%39.05

CMYK Percentages of Color #83bdcd

%36
%8
%0
%20

Triadic Colors of #83bdcd

#83bdcd #cd83bd #bdcd83

Analogous Colors of #83bdcd

#83bdcd #8398cd #83cdb8

Monochromatic Colors of #83bdcd

#83bdcd

Complementary Color

#83bdcd #cd9383

#83bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bdcd Color CSS Codes

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

#83bdcd Text Font Color

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

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


#83bdcd Background Color

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

This div background color is #83bdcd


#83bdcd Border Color

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

This div border color is #83bdcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,189,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 #83bdcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bdcd


Comments

No comments written yet.

Please login to write comment.