Color Hex Logo

#83ce2b Color Hex

#83CE2B
(131,206,43)
0 Favorites   0 Comments

Color spaces of #83ce2b

RGB 13120643
HSL0.240.650.49
HSV88°79°81°
CMYK 0.360.000.79   0.19
XYZ31.867449.142310.0913
Yxy49.14230.34980.5394
Hunter Lab70.1016-41.533640.5362
CIE-Lab75.5398-47.213667.3181

#83ce2b color RGB value is (131,206,43).

#83ce2b hex color red value is 131, green value is 206 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #83ce2b hue: 0.24 , saturation: 0.65 and the lightness value of 83ce2b is 0.49.

The process color (four color CMYK) of #83ce2b color hex is 0.36, 0.00, 0.79, 0.19. Web safe color of #83ce2b is #99cc33. Color #83ce2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001110 00101011
Octal 203 316 53
Decimal 131 206 43
Hex 83 CE 2B

RGB Percentages of Color #83ce2b

%34.47
%54.21
%11.32

CMYK Percentages of Color #83ce2b

%36
%0
%79
%19

Triadic Colors of #83ce2b

#83ce2b #2b83ce #ce2b83

Analogous Colors of #83ce2b

#83ce2b #32ce2b #cec82b

Monochromatic Colors of #83ce2b

#83ce2b

Complementary Color

#83ce2b #762bce

#83ce2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ce2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ce2b Color CSS Codes

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

#83ce2b Text Font Color

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

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


#83ce2b Background Color

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

This div background color is #83ce2b


#83ce2b Border Color

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

This div border color is #83ce2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ce2b


Comments

No comments written yet.

Please login to write comment.