Color Hex Logo

#83d89e Color Hex

#83D89E
(131,216,158)
0 Favorites   0 Comments

Color spaces of #83d89e

RGB 131216158
HSL0.390.520.68
HSV139°39°85°
CMYK 0.390.000.27   0.15
XYZ40.087556.405741.1223
Yxy56.40570.29130.4099
Hunter Lab75.1037-36.155020.1090
CIE-Lab79.8442-38.154020.6816

#83d89e color RGB value is (131,216,158).

#83d89e hex color red value is 131, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #83d89e hue: 0.39 , saturation: 0.52 and the lightness value of 83d89e is 0.68.

The process color (four color CMYK) of #83d89e color hex is 0.39, 0.00, 0.27, 0.15. Web safe color of #83d89e is #99cc99. Color #83d89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011000 10011110
Octal 203 330 236
Decimal 131 216 158
Hex 83 D8 9E

RGB Percentages of Color #83d89e

%25.94
%42.77
%31.29

CMYK Percentages of Color #83d89e

%39
%0
%27
%15

Triadic Colors of #83d89e

#83d89e #9e83d8 #d89e83

Analogous Colors of #83d89e

#83d89e #83d8c9 #93d883

Monochromatic Colors of #83d89e

#83d89e

Complementary Color

#83d89e #d883bd

#83d89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83d89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83d89e Color CSS Codes

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

#83d89e Text Font Color

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

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


#83d89e Background Color

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

This div background color is #83d89e


#83d89e Border Color

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

This div border color is #83d89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83d89e


Comments

No comments written yet.

Please login to write comment.