Color Hex Logo

#83e29e Color Hex

#83E29E
(131,226,158)
0 Favorites   0 Comments

Color spaces of #83e29e

RGB 131226158
HSL0.380.620.70
HSV137°42°89°
CMYK 0.420.000.30   0.11
XYZ42.728061.686642.0025
Yxy61.68660.29180.4213
Hunter Lab78.5408-40.338423.2711
CIE-Lab82.7465-42.605524.6614

#83e29e color RGB value is (131,226,158).

#83e29e hex color red value is 131, green value is 226 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #83e29e hue: 0.38 , saturation: 0.62 and the lightness value of 83e29e is 0.70.

The process color (four color CMYK) of #83e29e color hex is 0.42, 0.00, 0.30, 0.11. Web safe color of #83e29e is #99cc99. Color #83e29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11100010 10011110
Octal 203 342 236
Decimal 131 226 158
Hex 83 E2 9E

RGB Percentages of Color #83e29e

%25.44
%43.88
%30.68

CMYK Percentages of Color #83e29e

%42
%0
%30
%11

Triadic Colors of #83e29e

#83e29e #9e83e2 #e29e83

Analogous Colors of #83e29e

#83e29e #83e2ce #98e283

Monochromatic Colors of #83e29e

#83e29e

Complementary Color

#83e29e #e283c7

#83e29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83e29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83e29e Color CSS Codes

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

#83e29e Text Font Color

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

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


#83e29e Background Color

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

This div background color is #83e29e


#83e29e Border Color

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

This div border color is #83e29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83e29e


Comments

No comments written yet.

Please login to write comment.