Color Hex Logo

#83d210 Color Hex

#83D210
(131,210,16)
0 Favorites   0 Comments

Color spaces of #83d210

RGB 13121016
HSL0.230.860.44
HSV84°92°82°
CMYK 0.380.000.92   0.18
XYZ32.500250.95598.6127
Yxy50.95590.35300.5535
Hunter Lab71.3834-43.651642.8148
CIE-Lab76.6523-49.724873.8921

#83d210 color RGB value is (131,210,16).

#83d210 hex color red value is 131, green value is 210 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #83d210 hue: 0.23 , saturation: 0.86 and the lightness value of 83d210 is 0.44.

The process color (four color CMYK) of #83d210 color hex is 0.38, 0.00, 0.92, 0.18. Web safe color of #83d210 is #99cc00. Color #83d210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11010010 00010000
Octal 203 322 20
Decimal 131 210 16
Hex 83 D2 10

RGB Percentages of Color #83d210

%36.69
%58.82
%4.48

CMYK Percentages of Color #83d210

%38
%0
%92
%18

Triadic Colors of #83d210

#83d210 #1083d2 #d21083

Analogous Colors of #83d210

#83d210 #22d210 #d2c010

Monochromatic Colors of #83d210

#83d210

Complementary Color

#83d210 #5f10d2

#83d210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83d210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83d210 Color CSS Codes

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

#83d210 Text Font Color

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

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


#83d210 Background Color

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

This div background color is #83d210


#83d210 Border Color

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

This div border color is #83d210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83d210


Comments

No comments written yet.

Please login to write comment.