Color Hex Logo

#83e097 Color Hex

#83E097
(131,224,151)
0 Favorites   0 Comments

Color spaces of #83e097

RGB 131224151
HSL0.370.600.70
HSV133°42°88°
CMYK 0.420.000.33   0.12
XYZ41.601660.371038.7383
Yxy60.37100.29570.4290
Hunter Lab77.6988-40.400124.8289
CIE-Lab82.0394-42.953727.3160

#83e097 color RGB value is (131,224,151).

#83e097 hex color red value is 131, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #83e097 hue: 0.37 , saturation: 0.60 and the lightness value of 83e097 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11100000 10010111
Octal 203 340 227
Decimal 131 224 151
Hex 83 E0 97

RGB Percentages of Color #83e097

%25.89
%44.27
%29.84

CMYK Percentages of Color #83e097

%42
%0
%33
%12

Triadic Colors of #83e097

#83e097 #9783e0 #e09783

Analogous Colors of #83e097

#83e097 #83e0c6 #9ee083

Monochromatic Colors of #83e097

#83e097

Complementary Color

#83e097 #e083cc

#83e097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83e097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83e097 Color CSS Codes

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

#83e097 Text Font Color

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

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


#83e097 Background Color

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

This div background color is #83e097


#83e097 Border Color

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

This div border color is #83e097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83e097


Comments

No comments written yet.

Please login to write comment.