Color Hex Logo

#31ee5f Color Hex

#31EE5F
(49,238,95)
0 Favorites   0 Comments

Color spaces of #31ee5f

RGB 4923895
HSL0.370.850.56
HSV135°79°93°
CMYK 0.790.000.60   0.07
XYZ33.906762.628321.1279
Yxy62.62830.28820.5323
Hunter Lab79.1380-62.013239.5677
CIE-Lab83.2464-73.175255.3269

#31ee5f color RGB value is (49,238,95).

#31ee5f hex color red value is 49, green value is 238 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #31ee5f hue: 0.37 , saturation: 0.85 and the lightness value of 31ee5f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101110 01011111
Octal 61 356 137
Decimal 49 238 95
Hex 31 EE 5F

RGB Percentages of Color #31ee5f

%12.83
%62.30
%24.87

CMYK Percentages of Color #31ee5f

%79
%0
%60
%7

Triadic Colors of #31ee5f

#31ee5f #5f31ee #ee5f31

Analogous Colors of #31ee5f

#31ee5f #31eebe #62ee31

Monochromatic Colors of #31ee5f

#31ee5f

Complementary Color

#31ee5f #ee31c0

#31ee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ee5f Color CSS Codes

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

#31ee5f Text Font Color

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

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


#31ee5f Background Color

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

This div background color is #31ee5f


#31ee5f Border Color

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

This div border color is #31ee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ee5f


Comments

No comments written yet.

Please login to write comment.