Color Hex Logo

#83ecfa Color Hex

#83ECFA
(131,236,250)
0 Favorites   0 Comments

Color spaces of #83ecfa

RGB 131236250
HSL0.520.920.75
HSV187°48°98°
CMYK 0.480.060.00   0.02
XYZ56.610871.7183101.3018
Yxy71.71830.24650.3123
Hunter Lab84.6867-28.8791-11.6418
CIE-Lab87.8328-26.8703-16.2240

#83ecfa color RGB value is (131,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101100 11111010
Octal 203 354 372
Decimal 131 236 250
Hex 83 EC FA

RGB Percentages of Color #83ecfa

%21.23
%38.25
%40.52

CMYK Percentages of Color #83ecfa

%48
%6
%0
%2

Triadic Colors of #83ecfa

#83ecfa #fa83ec #ecfa83

Analogous Colors of #83ecfa

#83ecfa #83b1fa #83facd

Monochromatic Colors of #83ecfa

#83ecfa

Complementary Color

#83ecfa #fa9183

#83ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ecfa Color CSS Codes

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

#83ecfa Text Font Color

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

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


#83ecfa Background Color

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

This div background color is #83ecfa


#83ecfa Border Color

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

This div border color is #83ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ecfa


Comments

No comments written yet.

Please login to write comment.