color codes Logo

#83c66e color codes

#83C66E
(131,198,110)
0 Favorites   0 Comments

Color spaces of #83c66e

RGB 131198110
HSL0.290.440.60
HSV106°44°78°
CMYK 0.340.000.44   0.22
XYZ32.368646.339321.9902
Yxy46.33930.32140.4602
Hunter Lab68.0730-34.251228.4981
CIE-Lab73.7652-37.752937.4256

#83c66e color RGB value is (131,198,110).

#83c66e hex color red value is 131, green value is 198 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #83c66e hue: 0.29 , saturation: 0.44 and the lightness value of 83c66e is 0.60.

The process color (four color CMYK) of #83c66e color code is 0.34, 0.00, 0.44, 0.22. Web safe color of #83c66e is #99cc66. Color #83c66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11000110 01101110
Octal 203 306 156
Decimal 131 198 110
Hex 83 C6 6E

RGB Percentages of Color #83c66e

%29.84
%45.10
%25.06

CMYK Percentages of Color #83c66e

%34
%0
%44
%22

Triadic Colors of #83c66e

#83c66e #6e83c6 #c66e83

Analogous Colors of #83c66e

#83c66e #6ec685 #afc66e

Monochromatic Colors of #83c66e

#83c66e

Complementary Color

#83c66e #b16ec6

#83c66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83c66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83c66e Color CSS Codes

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

#83c66e Text Font Color

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

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


#83c66e Background Color

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

This div background color is #83c66e


#83c66e Border Color

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

This div border color is #83c66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83c66e


Comments

No comments written yet.

Please login to write comment.