Color Hex Logo

#83dcfb Color Hex

#83DCFB
(131,220,251)
0 Favorites   0 Comments

Color spaces of #83dcfb

RGB 131220251
HSL0.540.940.75
HSV196°48°98°
CMYK 0.480.120.00   0.02
XYZ52.365962.9767100.6625
Yxy62.97670.24240.2916
Hunter Lab79.3579-21.0894-19.6567
CIE-Lab83.4301-18.6824-23.4033

#83dcfb color RGB value is (131,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011100 11111011
Octal 203 334 373
Decimal 131 220 251
Hex 83 DC FB

RGB Percentages of Color #83dcfb

%21.76
%36.54
%41.69

CMYK Percentages of Color #83dcfb

%48
%12
%0
%2

Triadic Colors of #83dcfb

#83dcfb #fb83dc #dcfb83

Analogous Colors of #83dcfb

#83dcfb #83a0fb #83fbde

Monochromatic Colors of #83dcfb

#83dcfb

Complementary Color

#83dcfb #fba283

#83dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dcfb Color CSS Codes

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

#83dcfb Text Font Color

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

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


#83dcfb Background Color

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

This div background color is #83dcfb


#83dcfb Border Color

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

This div border color is #83dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dcfb


Comments

No comments written yet.

Please login to write comment.