Color Hex Logo

#83d21c Color Hex

#83D21C
(131,210,28)
0 Favorites   0 Comments

Color spaces of #83d21c

RGB 13121028
HSL0.240.760.47
HSV86°87°82°
CMYK 0.380.000.87   0.18
XYZ32.616351.00239.2240
Yxy51.00230.35130.5493
Hunter Lab71.4159-43.455242.3333
CIE-Lab76.6804-49.430271.9557

#83d21c color RGB value is (131,210,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11010010 00011100
Octal 203 322 34
Decimal 131 210 28
Hex 83 D2 1C

RGB Percentages of Color #83d21c

%35.50
%56.91
%7.59

CMYK Percentages of Color #83d21c

%38
%0
%87
%18

Triadic Colors of #83d21c

#83d21c #1c83d2 #d21c83

Analogous Colors of #83d21c

#83d21c #28d21c #d2c61c

Monochromatic Colors of #83d21c

#83d21c

Complementary Color

#83d21c #6b1cd2

#83d21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83d21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83d21c Color CSS Codes

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

#83d21c Text Font Color

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

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


#83d21c Background Color

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

This div background color is #83d21c


#83d21c Border Color

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

This div border color is #83d21c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83d21c


Comments

No comments written yet.

Please login to write comment.