Color Hex Logo

#31ed73 Color Hex

#31ED73
(49,237,115)
0 Favorites   0 Comments

Color spaces of #31ed73

RGB 49237115
HSL0.390.840.56
HSV141°79°93°
CMYK 0.790.000.51   0.07
XYZ34.645362.459126.4495
Yxy62.45910.28040.5055
Hunter Lab79.0311-60.054335.4790
CIE-Lab83.1570-70.233246.1695

#31ed73 color RGB value is (49,237,115).

#31ed73 hex color red value is 49, green value is 237 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #31ed73 hue: 0.39 , saturation: 0.84 and the lightness value of 31ed73 is 0.56.

The process color (four color CMYK) of #31ed73 color hex is 0.79, 0.00, 0.51, 0.07. Web safe color of #31ed73 is #33ff66. Color #31ed73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101101 01110011
Octal 61 355 163
Decimal 49 237 115
Hex 31 ED 73

RGB Percentages of Color #31ed73

%12.22
%59.10
%28.68

CMYK Percentages of Color #31ed73

%79
%0
%51
%7

Triadic Colors of #31ed73

#31ed73 #7331ed #ed7331

Analogous Colors of #31ed73

#31ed73 #31edd1 #4ded31

Monochromatic Colors of #31ed73

#31ed73

Complementary Color

#31ed73 #ed31ab

#31ed73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ed73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ed73 Color CSS Codes

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

#31ed73 Text Font Color

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

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


#31ed73 Background Color

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

This div background color is #31ed73


#31ed73 Border Color

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

This div border color is #31ed73


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,237,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ed73


Comments

No comments written yet.

Please login to write comment.