Color Hex Logo

#83c68e Color Hex

#83C68E
(131,198,142)
0 Favorites   0 Comments

Color spaces of #83c68e

RGB 131198142
HSL0.360.370.65
HSV130°34°78°
CMYK 0.340.000.28   0.22
XYZ34.436647.166532.8802
Yxy47.16650.30080.4120
Hunter Lab68.6779-30.682419.6888
CIE-Lab74.2961-32.758621.5029

#83c68e color RGB value is (131,198,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11000110 10001110
Octal 203 306 216
Decimal 131 198 142
Hex 83 C6 8E

RGB Percentages of Color #83c68e

%27.81
%42.04
%30.15

CMYK Percentages of Color #83c68e

%34
%0
%28
%22

Triadic Colors of #83c68e

#83c68e #8e83c6 #c68e83

Analogous Colors of #83c68e

#83c68e #83c6b0 #9ac683

Monochromatic Colors of #83c68e

#83c68e

Complementary Color

#83c68e #c683bb

#83c68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83c68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83c68e Color CSS Codes

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

#83c68e Text Font Color

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

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


#83c68e Background Color

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

This div background color is #83c68e


#83c68e Border Color

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

This div border color is #83c68e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,198,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 #83c68e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83c68e


Comments

No comments written yet.

Please login to write comment.