Color Hex Logo

#83becb Color Hex

#83BECB
(131,190,203)
0 Favorites   0 Comments

Color spaces of #83becb

RGB 131190203
HSL0.530.410.65
HSV191°35°80°
CMYK 0.350.060.00   0.20
XYZ38.553045.964063.3399
Yxy45.96400.26070.3109
Hunter Lab67.7968-17.1393-7.9346
CIE-Lab73.5222-15.7508-12.6076

#83becb color RGB value is (131,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 11001011
Octal 203 276 313
Decimal 131 190 203
Hex 83 BE CB

RGB Percentages of Color #83becb

%25.00
%36.26
%38.74

CMYK Percentages of Color #83becb

%35
%6
%0
%20

Triadic Colors of #83becb

#83becb #cb83be #becb83

Analogous Colors of #83becb

#83becb #839acb #83cbb4

Monochromatic Colors of #83becb

#83becb

Complementary Color

#83becb #cb9083

#83becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83becb Color CSS Codes

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

#83becb Text Font Color

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

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


#83becb Background Color

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

This div background color is #83becb


#83becb Border Color

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

This div border color is #83becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83becb

#83becb Color Palettes


Comments

No comments written yet.

Please login to write comment.