Color Hex Logo

#83adfa Color Hex

#83ADFA
(131,173,250)
0 Favorites   0 Comments

Color spaces of #83adfa

RGB 131173250
HSL0.610.920.75
HSV219°48°98°
CMYK 0.480.310.00   0.02
XYZ41.559041.614696.2845
Yxy41.61460.23160.2319
Hunter Lab64.50942.1040-43.3377
CIE-Lab70.60446.2056-42.6501

#83adfa color RGB value is (131,173,250).

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

The process color (four color CMYK) of #83adfa color hex is 0.48, 0.31, 0.00, 0.02. Web safe color of #83adfa is #9999ff. Color #83adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 11111010
Octal 203 255 372
Decimal 131 173 250
Hex 83 AD FA

RGB Percentages of Color #83adfa

%23.65
%31.23
%45.13

CMYK Percentages of Color #83adfa

%48
%31
%0
%2

Triadic Colors of #83adfa

#83adfa #fa83ad #adfa83

Analogous Colors of #83adfa

#83adfa #9583fa #83e9fa

Monochromatic Colors of #83adfa

#83adfa

Complementary Color

#83adfa #fad083

#83adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adfa Color CSS Codes

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

#83adfa Text Font Color

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

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


#83adfa Background Color

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

This div background color is #83adfa


#83adfa Border Color

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

This div border color is #83adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adfa


Comments

No comments written yet.

Please login to write comment.