Color Hex Logo

#83d45b Color Hex

#83D45B
(131,212,91)
0 Favorites   0 Comments

Color spaces of #83d45b

RGB 13121291
HSL0.280.580.59
HSV100°57°83°
CMYK 0.380.000.57   0.17
XYZ34.791952.667618.2297
Yxy52.66760.32920.4983
Hunter Lab72.5724-41.427235.9075
CIE-Lab77.6783-46.115351.2835

#83d45b color RGB value is (131,212,91).

#83d45b hex color red value is 131, green value is 212 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #83d45b hue: 0.28 , saturation: 0.58 and the lightness value of 83d45b is 0.59.

The process color (four color CMYK) of #83d45b color hex is 0.38, 0.00, 0.57, 0.17. Web safe color of #83d45b is #99cc66. Color #83d45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11010100 01011011
Octal 203 324 133
Decimal 131 212 91
Hex 83 D4 5B

RGB Percentages of Color #83d45b

%30.18
%48.85
%20.97

CMYK Percentages of Color #83d45b

%38
%0
%57
%17

Triadic Colors of #83d45b

#83d45b #5b83d4 #d45b83

Analogous Colors of #83d45b

#83d45b #5bd470 #c0d45b

Monochromatic Colors of #83d45b

#83d45b

Complementary Color

#83d45b #ac5bd4

#83d45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83d45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83d45b Color CSS Codes

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

#83d45b Text Font Color

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

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


#83d45b Background Color

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

This div background color is #83d45b


#83d45b Border Color

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

This div border color is #83d45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83d45b


Comments

No comments written yet.

Please login to write comment.