Color Hex Logo

#31cb97 Color Hex

#31CB97
(49,203,151)
0 Favorites   0 Comments

Color spaces of #31cb97

RGB 49203151
HSL0.440.610.49
HSV160°76°80°
CMYK 0.760.000.26   0.20
XYZ28.208545.599236.5929
Yxy45.59920.25550.4130
Hunter Lab67.5272-43.606815.1398
CIE-Lab73.2847-51.331514.8877

#31cb97 color RGB value is (49,203,151).

#31cb97 hex color red value is 49, green value is 203 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #31cb97 hue: 0.44 , saturation: 0.61 and the lightness value of 31cb97 is 0.49.

The process color (four color CMYK) of #31cb97 color hex is 0.76, 0.00, 0.26, 0.20. Web safe color of #31cb97 is #33cc99. Color #31cb97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001011 10010111
Octal 61 313 227
Decimal 49 203 151
Hex 31 CB 97

RGB Percentages of Color #31cb97

%12.16
%50.37
%37.47

CMYK Percentages of Color #31cb97

%76
%0
%26
%20

Triadic Colors of #31cb97

#31cb97 #9731cb #cb9731

Analogous Colors of #31cb97

#31cb97 #31b2cb #31cb4a

Monochromatic Colors of #31cb97

#31cb97

Complementary Color

#31cb97 #cb3165

#31cb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cb97 Color CSS Codes

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

#31cb97 Text Font Color

<p style="color:#31cb97">Text here</p>

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


#31cb97 Background Color

<div style="background-color:#31cb97">
Div content here</div>

This div background color is #31cb97


#31cb97 Border Color

<div style="border:3px solid #31cb97">
Div here</div>

This div border color is #31cb97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,203,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31cb97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31cb97;
  -webkit-box-shadow: 1px 1px 3px 2px #31cb97;
  box-shadow:         1px 1px 3px 2px #31cb97; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,203,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 #31cb97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cb97


Comments

No comments written yet.

Please login to write comment.