Color Hex Logo

#83bbcb Color Hex

#83BBCB
(131,187,203)
0 Favorites   0 Comments

Color spaces of #83bbcb

RGB 131187203
HSL0.540.410.65
HSV193°35°80°
CMYK 0.350.080.00   0.20
XYZ37.909944.677763.1255
Yxy44.67770.26020.3066
Hunter Lab66.8414-15.7340-9.2050
CIE-Lab72.6792-14.1867-13.8725

#83bbcb color RGB value is (131,187,203).

#83bbcb hex color red value is 131, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #83bbcb hue: 0.54 , saturation: 0.41 and the lightness value of 83bbcb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111011 11001011
Octal 203 273 313
Decimal 131 187 203
Hex 83 BB CB

RGB Percentages of Color #83bbcb

%25.14
%35.89
%38.96

CMYK Percentages of Color #83bbcb

%35
%8
%0
%20

Triadic Colors of #83bbcb

#83bbcb #cb83bb #bbcb83

Analogous Colors of #83bbcb

#83bbcb #8397cb #83cbb7

Monochromatic Colors of #83bbcb

#83bbcb

Complementary Color

#83bbcb #cb9383

#83bbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bbcb Color CSS Codes

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

#83bbcb Text Font Color

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

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


#83bbcb Background Color

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

This div background color is #83bbcb


#83bbcb Border Color

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

This div border color is #83bbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bbcb


Comments

No comments written yet.

Please login to write comment.