Color Hex Logo

#83befe Color Hex

#83BEFE
(131,190,254)
0 Favorites   0 Comments

Color spaces of #83befe

RGB 131190254
HSL0.590.980.75
HSV211°48°100°
CMYK 0.480.250.00   0.00
XYZ45.662948.8080100.7801
Yxy48.80800.23390.2500
Hunter Lab69.8627-5.5906-36.6246
CIE-Lab75.3317-2.0691-37.4419

#83befe color RGB value is (131,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 11111110
Octal 203 276 376
Decimal 131 190 254
Hex 83 BE FE

RGB Percentages of Color #83befe

%22.78
%33.04
%44.17

CMYK Percentages of Color #83befe

%48
%25
%0
%0

Triadic Colors of #83befe

#83befe #fe83be #befe83

Analogous Colors of #83befe

#83befe #8683fe #83fcfe

Monochromatic Colors of #83befe

#83befe

Complementary Color

#83befe #fec383

#83befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#83befe Color CSS Codes

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

#83befe Text Font Color

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

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


#83befe Background Color

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

This div background color is #83befe


#83befe Border Color

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

This div border color is #83befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83befe

Related Colors


Comments

No comments written yet.

Please login to write comment.