Color Hex Logo

#83c889 Color Hex

#83C889
(131,200,137)
0 Favorites   0 Comments

Color spaces of #83c889

RGB 131200137
HSL0.350.390.65
HSV125°35°78°
CMYK 0.350.000.32   0.22
XYZ34.529747.940031.1003
Yxy47.94000.30400.4221
Hunter Lab69.2387-32.148921.8355
CIE-Lab74.7871-34.553724.8156

#83c889 color RGB value is (131,200,137).

#83c889 hex color red value is 131, green value is 200 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #83c889 hue: 0.35 , saturation: 0.39 and the lightness value of 83c889 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001000 10001001
Octal 203 310 211
Decimal 131 200 137
Hex 83 C8 89

RGB Percentages of Color #83c889

%27.99
%42.74
%29.27

CMYK Percentages of Color #83c889

%35
%0
%32
%22

Triadic Colors of #83c889

#83c889 #8983c8 #c88983

Analogous Colors of #83c889

#83c889 #83c8ac #a0c883

Monochromatic Colors of #83c889

#83c889

Complementary Color

#83c889 #c883c2

#83c889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83c889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83c889 Color CSS Codes

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

#83c889 Text Font Color

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

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


#83c889 Background Color

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

This div background color is #83c889


#83c889 Border Color

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

This div border color is #83c889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83c889


Comments

No comments written yet.

Please login to write comment.