Color Hex Logo

#83c78e Color Hex

#83C78E
(131,199,142)
0 Favorites   0 Comments

Color spaces of #83c78e

RGB 131199142
HSL0.360.380.65
HSV130°34°78°
CMYK 0.340.000.29   0.22
XYZ34.666047.625132.9567
Yxy47.62510.30080.4132
Hunter Lab69.0109-31.103919.9933
CIE-Lab74.5879-33.226221.9019

#83c78e color RGB value is (131,199,142).

#83c78e hex color red value is 131, green value is 199 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #83c78e hue: 0.36 , saturation: 0.38 and the lightness value of 83c78e is 0.65.

The process color (four color CMYK) of #83c78e color hex is 0.34, 0.00, 0.29, 0.22. Web safe color of #83c78e is #99cc99. Color #83c78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11000111 10001110
Octal 203 307 216
Decimal 131 199 142
Hex 83 C7 8E

RGB Percentages of Color #83c78e

%27.75
%42.16
%30.08

CMYK Percentages of Color #83c78e

%34
%0
%29
%22

Triadic Colors of #83c78e

#83c78e #8e83c7 #c78e83

Analogous Colors of #83c78e

#83c78e #83c7b0 #9ac783

Monochromatic Colors of #83c78e

#83c78e

Complementary Color

#83c78e #c783bc

#83c78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83c78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83c78e Color CSS Codes

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

#83c78e Text Font Color

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

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


#83c78e Background Color

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

This div background color is #83c78e


#83c78e Border Color

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

This div border color is #83c78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83c78e


Comments

No comments written yet.

Please login to write comment.