Color Hex Logo

#83adfb Color Hex

#83ADFB
(131,173,251)
0 Favorites   0 Comments

Color spaces of #83adfb

RGB 131173251
HSL0.610.940.75
HSV219°48°98°
CMYK 0.480.310.00   0.02
XYZ41.716241.677597.1127
Yxy41.67750.23110.2309
Hunter Lab64.55812.3665-43.9974
CIE-Lab70.64806.4955-43.1237

#83adfb color RGB value is (131,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 11111011
Octal 203 255 373
Decimal 131 173 251
Hex 83 AD FB

RGB Percentages of Color #83adfb

%23.60
%31.17
%45.23

CMYK Percentages of Color #83adfb

%48
%31
%0
%2

Triadic Colors of #83adfb

#83adfb #fb83ad #adfb83

Analogous Colors of #83adfb

#83adfb #9583fb #83e9fb

Monochromatic Colors of #83adfb

#83adfb

Complementary Color

#83adfb #fbd183

#83adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adfb Color CSS Codes

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

#83adfb Text Font Color

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

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


#83adfb Background Color

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

This div background color is #83adfb


#83adfb Border Color

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

This div border color is #83adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adfb

Related Colors


Comments

No comments written yet.

Please login to write comment.