Color Hex Logo

#83ffef Color Hex

#83FFEF
(131,255,239)
0 Favorites   0 Comments

Color spaces of #83ffef

RGB 131255239
HSL0.481.000.76
HSV172°49°100°
CMYK 0.490.000.06   0.00
XYZ60.700182.577394.4011
Yxy82.57730.25540.3474
Hunter Lab90.8721-39.79292.0179
CIE-Lab92.8291-38.5110-3.0717

#83ffef color RGB value is (131,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111111 11101111
Octal 203 377 357
Decimal 131 255 239
Hex 83 FF EF

RGB Percentages of Color #83ffef

%20.96
%40.80
%38.24

CMYK Percentages of Color #83ffef

%49
%0
%6
%0

Triadic Colors of #83ffef

#83ffef #ef83ff #ffef83

Analogous Colors of #83ffef

#83ffef #83d1ff #83ffb1

Monochromatic Colors of #83ffef

#83ffef

Complementary Color

#83ffef #ff8393

#83ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ffef Color CSS Codes

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

#83ffef Text Font Color

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

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


#83ffef Background Color

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

This div background color is #83ffef


#83ffef Border Color

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

This div border color is #83ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ffef

Related Colors


Comments

No comments written yet.

Please login to write comment.