Color Hex Logo

#83f014 Color Hex

#83F014
(131,240,20)
0 Favorites   0 Comments

Color spaces of #83f014

RGB 13124020
HSL0.250.880.51
HSV90°92°94°
CMYK 0.450.000.92   0.06
XYZ40.646467.196011.4897
Yxy67.19600.34060.5631
Hunter Lab81.9732-54.943849.0709
CIE-Lab85.6028-61.241380.6669

#83f014 color RGB value is (131,240,20).

#83f014 hex color red value is 131, green value is 240 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #83f014 hue: 0.25 , saturation: 0.88 and the lightness value of 83f014 is 0.51.

The process color (four color CMYK) of #83f014 color hex is 0.45, 0.00, 0.92, 0.06. Web safe color of #83f014 is #99ff00. Color #83f014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11110000 00010100
Octal 203 360 24
Decimal 131 240 20
Hex 83 F0 14

RGB Percentages of Color #83f014

%33.50
%61.38
%5.12

CMYK Percentages of Color #83f014

%45
%0
%92
%6

Triadic Colors of #83f014

#83f014 #1483f0 #f01483

Analogous Colors of #83f014

#83f014 #15f014 #f0ef14

Monochromatic Colors of #83f014

#83f014

Complementary Color

#83f014 #8114f0

#83f014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83f014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83f014 Color CSS Codes

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

#83f014 Text Font Color

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

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


#83f014 Background Color

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

This div background color is #83f014


#83f014 Border Color

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

This div border color is #83f014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83f014


Comments

No comments written yet.

Please login to write comment.