Color Hex Logo

#83bdcc Color Hex

#83BDCC
(131,189,204)
0 Favorites   0 Comments

Color spaces of #83bdcc

RGB 131189204
HSL0.530.420.66
HSV192°36°80°
CMYK 0.360.070.00   0.20
XYZ38.456845.580163.8977
Yxy45.58010.26000.3081
Hunter Lab67.5130-16.4706-8.8559
CIE-Lab73.2722-14.9816-13.5272

#83bdcc color RGB value is (131,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111101 11001100
Octal 203 275 314
Decimal 131 189 204
Hex 83 BD CC

RGB Percentages of Color #83bdcc

%25.00
%36.07
%38.93

CMYK Percentages of Color #83bdcc

%36
%7
%0
%20

Triadic Colors of #83bdcc

#83bdcc #cc83bd #bdcc83

Analogous Colors of #83bdcc

#83bdcc #8399cc #83ccb7

Monochromatic Colors of #83bdcc

#83bdcc

Complementary Color

#83bdcc #cc9283

#83bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bdcc Color CSS Codes

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

#83bdcc Text Font Color

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

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


#83bdcc Background Color

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

This div background color is #83bdcc


#83bdcc Border Color

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

This div border color is #83bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bdcc


Comments

No comments written yet.

Please login to write comment.