Color Hex Logo

#83b07e Color Hex

#83B07E
(131,176,126)
0 Favorites   0 Comments

Color spaces of #83b07e

RGB 131176126
HSL0.320.240.59
HSV114°28°69°
CMYK 0.260.000.28   0.31
XYZ28.651337.382325.4441
Yxy37.38230.31320.4086
Hunter Lab61.1411-23.350018.1250
CIE-Lab67.5629-24.932320.8848

#83b07e color RGB value is (131,176,126).

#83b07e hex color red value is 131, green value is 176 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #83b07e hue: 0.32 , saturation: 0.24 and the lightness value of 83b07e is 0.59.

The process color (four color CMYK) of #83b07e color hex is 0.26, 0.00, 0.28, 0.31. Web safe color of #83b07e is #999966. Color #83b07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10110000 01111110
Octal 203 260 176
Decimal 131 176 126
Hex 83 B0 7E

RGB Percentages of Color #83b07e

%30.25
%40.65
%29.10

CMYK Percentages of Color #83b07e

%26
%0
%28
%31

Triadic Colors of #83b07e

#83b07e #7e83b0 #b07e83

Analogous Colors of #83b07e

#83b07e #7eb092 #9cb07e

Monochromatic Colors of #83b07e

#83b07e

Complementary Color

#83b07e #ab7eb0

#83b07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83b07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83b07e Color CSS Codes

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

#83b07e Text Font Color

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

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


#83b07e Background Color

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

This div background color is #83b07e


#83b07e Border Color

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

This div border color is #83b07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83b07e


Comments

No comments written yet.

Please login to write comment.