Color Hex Logo

#83ffec Color Hex

#83FFEC
(131,255,236)
0 Favorites   0 Comments

Color spaces of #83ffec

RGB 131255236
HSL0.471.000.76
HSV171°49°100°
CMYK 0.490.000.07   0.00
XYZ60.260482.401492.0859
Yxy82.40140.25670.3510
Hunter Lab90.7752-40.36083.3966
CIE-Lab92.7517-39.2199-1.6331

#83ffec color RGB value is (131,255,236).

#83ffec hex color red value is 131, green value is 255 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #83ffec hue: 0.47 , saturation: 1.00 and the lightness value of 83ffec is 0.76.

The process color (four color CMYK) of #83ffec color hex is 0.49, 0.00, 0.07, 0.00. Web safe color of #83ffec is #99ffff. Color #83ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111111 11101100
Octal 203 377 354
Decimal 131 255 236
Hex 83 FF EC

RGB Percentages of Color #83ffec

%21.06
%41.00
%37.94

CMYK Percentages of Color #83ffec

%49
%0
%7
%0

Triadic Colors of #83ffec

#83ffec #ec83ff #ffec83

Analogous Colors of #83ffec

#83ffec #83d4ff #83ffae

Monochromatic Colors of #83ffec

#83ffec

Complementary Color

#83ffec #ff8396

#83ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ffec Color CSS Codes

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

#83ffec Text Font Color

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

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


#83ffec Background Color

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

This div background color is #83ffec


#83ffec Border Color

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

This div border color is #83ffec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,255,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #83ffec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ffec

Related Colors


Comments

No comments written yet.

Please login to write comment.