Color Hex Logo

#83fbff Color Hex

#83FBFF
(131,251,255)
0 Favorites   0 Comments

Color spaces of #83fbff

RGB 131251255
HSL0.511.000.76
HSV182°49°100°
CMYK 0.490.020.00   0.00
XYZ61.907381.0397106.9871
Yxy81.03970.24770.3242
Hunter Lab90.0221-34.7859-7.4480
CIE-Lab92.1494-32.7455-12.3680

#83fbff color RGB value is (131,251,255).

#83fbff hex color red value is 131, green value is 251 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #83fbff hue: 0.51 , saturation: 1.00 and the lightness value of 83fbff is 0.76.

The process color (four color CMYK) of #83fbff color hex is 0.49, 0.02, 0.00, 0.00. Web safe color of #83fbff is #99ffff. Color #83fbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111011 11111111
Octal 203 373 377
Decimal 131 251 255
Hex 83 FB FF

RGB Percentages of Color #83fbff

%20.57
%39.40
%40.03

CMYK Percentages of Color #83fbff

%49
%2
%0
%0

Triadic Colors of #83fbff

#83fbff #ff83fb #fbff83

Analogous Colors of #83fbff

#83fbff #83bdff #83ffc5

Monochromatic Colors of #83fbff

#83fbff

Complementary Color

#83fbff #ff8783

#83fbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83fbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#83fbff Color CSS Codes

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

#83fbff Text Font Color

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

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


#83fbff Background Color

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

This div background color is #83fbff


#83fbff Border Color

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

This div border color is #83fbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83fbff

Related Colors


Comments

No comments written yet.

Please login to write comment.