Color Hex Logo

#83befa Color Hex

#83BEFA
(131,190,250)
0 Favorites   0 Comments

Color spaces of #83befa

RGB 131190250
HSL0.580.920.75
HSV210°48°98°
CMYK 0.480.240.00   0.02
XYZ45.028848.554397.4411
Yxy48.55430.23570.2542
Hunter Lab69.6809-6.5924-34.1339
CIE-Lab75.1732-3.2070-35.5384

#83befa color RGB value is (131,190,250).

#83befa hex color red value is 131, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #83befa hue: 0.58 , saturation: 0.92 and the lightness value of 83befa is 0.75.

The process color (four color CMYK) of #83befa color hex is 0.48, 0.24, 0.00, 0.02. Web safe color of #83befa is #99ccff. Color #83befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 11111010
Octal 203 276 372
Decimal 131 190 250
Hex 83 BE FA

RGB Percentages of Color #83befa

%22.94
%33.27
%43.78

CMYK Percentages of Color #83befa

%48
%24
%0
%2

Triadic Colors of #83befa

#83befa #fa83be #befa83

Analogous Colors of #83befa

#83befa #8483fa #83fafa

Monochromatic Colors of #83befa

#83befa

Complementary Color

#83befa #fabf83

#83befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#83befa Color CSS Codes

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

#83befa Text Font Color

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

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


#83befa Background Color

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

This div background color is #83befa


#83befa Border Color

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

This div border color is #83befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83befa


Comments

No comments written yet.

Please login to write comment.