Color Hex Logo

#83bffb Color Hex

#83BFFB
(131,191,251)
0 Favorites   0 Comments

Color spaces of #83bffb

RGB 131191251
HSL0.580.940.75
HSV210°48°98°
CMYK 0.480.240.00   0.02
XYZ45.403549.051998.3417
Yxy49.05190.23550.2544
Hunter Lab70.0371-6.8472-34.2254
CIE-Lab75.4836-3.4667-35.5952

#83bffb color RGB value is (131,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 11111011
Octal 203 277 373
Decimal 131 191 251
Hex 83 BF FB

RGB Percentages of Color #83bffb

%22.86
%33.33
%43.80

CMYK Percentages of Color #83bffb

%48
%24
%0
%2

Triadic Colors of #83bffb

#83bffb #fb83bf #bffb83

Analogous Colors of #83bffb

#83bffb #8383fb #83fbfb

Monochromatic Colors of #83bffb

#83bffb

Complementary Color

#83bffb #fbbf83

#83bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bffb Color CSS Codes

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

#83bffb Text Font Color

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

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


#83bffb Background Color

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

This div background color is #83bffb


#83bffb Border Color

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

This div border color is #83bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bffb


Comments

No comments written yet.

Please login to write comment.