Color Hex Logo

#83cc89 Color Hex

#83CC89
(131,204,137)
0 Favorites   0 Comments

Color spaces of #83cc89

RGB 131204137
HSL0.350.420.66
HSV125°36°80°
CMYK 0.360.000.33   0.20
XYZ35.468349.817231.4132
Yxy49.81720.30390.4269
Hunter Lab70.5813-33.818023.0191
CIE-Lab75.9569-36.392426.3923

#83cc89 color RGB value is (131,204,137).

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

The process color (four color CMYK) of #83cc89 color hex is 0.36, 0.00, 0.33, 0.20. Web safe color of #83cc89 is #99cc99. Color #83cc89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 10001001
Octal 203 314 211
Decimal 131 204 137
Hex 83 CC 89

RGB Percentages of Color #83cc89

%27.75
%43.22
%29.03

CMYK Percentages of Color #83cc89

%36
%0
%33
%20

Triadic Colors of #83cc89

#83cc89 #8983cc #cc8983

Analogous Colors of #83cc89

#83cc89 #83ccae #a2cc83

Monochromatic Colors of #83cc89

#83cc89

Complementary Color

#83cc89 #cc83c6

#83cc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cc89 Color CSS Codes

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

#83cc89 Text Font Color

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

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


#83cc89 Background Color

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

This div background color is #83cc89


#83cc89 Border Color

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

This div border color is #83cc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cc89


Comments

No comments written yet.

Please login to write comment.