Color Hex Logo

#83abcd Color Hex

#83ABCD
(131,171,205)
0 Favorites   0 Comments

Color spaces of #83abcd

RGB 131171205
HSL0.580.430.66
HSV208°36°80°
CMYK 0.360.170.00   0.20
XYZ34.942438.358963.3200
Yxy38.35890.25580.2808
Hunter Lab61.9346-7.6789-17.2621
CIE-Lab68.2843-5.1088-21.6209

#83abcd color RGB value is (131,171,205).

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

The process color (four color CMYK) of #83abcd color hex is 0.36, 0.17, 0.00, 0.20. Web safe color of #83abcd is #9999cc. Color #83abcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 11001101
Octal 203 253 315
Decimal 131 171 205
Hex 83 AB CD

RGB Percentages of Color #83abcd

%25.84
%33.73
%40.43

CMYK Percentages of Color #83abcd

%36
%17
%0
%20

Triadic Colors of #83abcd

#83abcd #cd83ab #abcd83

Analogous Colors of #83abcd

#83abcd #8386cd #83cdca

Monochromatic Colors of #83abcd

#83abcd

Complementary Color

#83abcd #cda583

#83abcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83abcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83abcd Color CSS Codes

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

#83abcd Text Font Color

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

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


#83abcd Background Color

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

This div background color is #83abcd


#83abcd Border Color

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

This div border color is #83abcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83abcd


Comments

No comments written yet.

Please login to write comment.