Color Hex Logo

#83adcd Color Hex

#83ADCD
(131,173,205)
0 Favorites   0 Comments

Color spaces of #83adcd

RGB 131173205
HSL0.570.430.66
HSV206°36°80°
CMYK 0.360.160.00   0.20
XYZ35.323139.120263.4468
Yxy39.12020.25620.2837
Hunter Lab62.5461-8.6474-16.3615
CIE-Lab68.8382-6.2004-20.7772

#83adcd color RGB value is (131,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 11001101
Octal 203 255 315
Decimal 131 173 205
Hex 83 AD CD

RGB Percentages of Color #83adcd

%25.74
%33.99
%40.28

CMYK Percentages of Color #83adcd

%36
%16
%0
%20

Triadic Colors of #83adcd

#83adcd #cd83ad #adcd83

Analogous Colors of #83adcd

#83adcd #8388cd #83cdc8

Monochromatic Colors of #83adcd

#83adcd

Complementary Color

#83adcd #cda383

#83adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adcd Color CSS Codes

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

#83adcd Text Font Color

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

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


#83adcd Background Color

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

This div background color is #83adcd


#83adcd Border Color

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

This div border color is #83adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adcd

#83adcd Color Palettes


Comments

No comments written yet.

Please login to write comment.