Color Hex Logo

#83fcfb Color Hex

#83FCFB
(131,252,251)
0 Favorites   0 Comments

Color spaces of #83fcfb

RGB 131252251
HSL0.500.950.75
HSV180°48°99°
CMYK 0.480.000.00   0.01
XYZ61.583181.4111103.7349
Yxy81.41110.24960.3300
Hunter Lab90.2281-36.0681-5.0058
CIE-Lab92.3143-34.2144-10.0481

#83fcfb color RGB value is (131,252,251).

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

The process color (four color CMYK) of #83fcfb color hex is 0.48, 0.00, 0.00, 0.01. Web safe color of #83fcfb is #99ffff. Color #83fcfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111100 11111011
Octal 203 374 373
Decimal 131 252 251
Hex 83 FC FB

RGB Percentages of Color #83fcfb

%20.66
%39.75
%39.59

CMYK Percentages of Color #83fcfb

%48
%0
%0
%1

Triadic Colors of #83fcfb

#83fcfb #fb83fc #fcfb83

Analogous Colors of #83fcfb

#83fcfb #83c1fc #83fcbf

Monochromatic Colors of #83fcfb

#83fcfb

Complementary Color

#83fcfb #fc8384

#83fcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83fcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83fcfb Color CSS Codes

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

#83fcfb Text Font Color

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

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


#83fcfb Background Color

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

This div background color is #83fcfb


#83fcfb Border Color

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

This div border color is #83fcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83fcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.