Color Hex Logo

#83bffa Color Hex

#83BFFA
(131,191,250)
0 Favorites   0 Comments

Color spaces of #83bffa

RGB 131191250
HSL0.580.920.75
HSV210°48°98°
CMYK 0.480.240.00   0.02
XYZ45.246248.989097.5136
Yxy48.98900.23600.2555
Hunter Lab69.9921-7.0955-33.6088
CIE-Lab75.4445-3.7500-35.1185

#83bffa color RGB value is (131,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 11111010
Octal 203 277 372
Decimal 131 191 250
Hex 83 BF FA

RGB Percentages of Color #83bffa

%22.90
%33.39
%43.71

CMYK Percentages of Color #83bffa

%48
%24
%0
%2

Triadic Colors of #83bffa

#83bffa #fa83bf #bffa83

Analogous Colors of #83bffa

#83bffa #8384fa #83fafa

Monochromatic Colors of #83bffa

#83bffa

Complementary Color

#83bffa #fabe83

#83bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bffa Color CSS Codes

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

#83bffa Text Font Color

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

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


#83bffa Background Color

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

This div background color is #83bffa


#83bffa Border Color

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

This div border color is #83bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bffa


Comments

No comments written yet.

Please login to write comment.