Color Hex Logo

#83b59e Color Hex

#83B59E
(131,181,158)
0 Favorites   0 Comments

Color spaces of #83b59e

RGB 131181158
HSL0.420.250.61
HSV152°28°71°
CMYK 0.280.000.13   0.29
XYZ32.055540.341738.4450
Yxy40.34170.28920.3640
Hunter Lab63.5151-21.06418.5730
CIE-Lab69.7122-21.41286.4207

#83b59e color RGB value is (131,181,158).

#83b59e hex color red value is 131, green value is 181 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #83b59e hue: 0.42 , saturation: 0.25 and the lightness value of 83b59e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10110101 10011110
Octal 203 265 236
Decimal 131 181 158
Hex 83 B5 9E

RGB Percentages of Color #83b59e

%27.87
%38.51
%33.62

CMYK Percentages of Color #83b59e

%28
%0
%13
%29

Triadic Colors of #83b59e

#83b59e #9e83b5 #b59e83

Analogous Colors of #83b59e

#83b59e #83b3b5 #83b585

Monochromatic Colors of #83b59e

#83b59e

Complementary Color

#83b59e #b5839a

#83b59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83b59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83b59e Color CSS Codes

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

#83b59e Text Font Color

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

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


#83b59e Background Color

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

This div background color is #83b59e


#83b59e Border Color

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

This div border color is #83b59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83b59e


Comments

No comments written yet.

Please login to write comment.