Color Hex Logo

#31ef8f Color Hex

#31EF8F
(49,239,143)
0 Favorites   0 Comments

Color spaces of #31ef8f

RGB 49239143
HSL0.420.860.56
HSV150°79°94°
CMYK 0.790.000.40   0.06
XYZ37.091064.369136.4562
Yxy64.36910.26890.4667
Hunter Lab80.2304-57.881429.2202
CIE-Lab84.1576-66.332133.8074

#31ef8f color RGB value is (49,239,143).

#31ef8f hex color red value is 49, green value is 239 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #31ef8f hue: 0.42 , saturation: 0.86 and the lightness value of 31ef8f is 0.56.

The process color (four color CMYK) of #31ef8f color hex is 0.79, 0.00, 0.40, 0.06. Web safe color of #31ef8f is #33ff99. Color #31ef8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101111 10001111
Octal 61 357 217
Decimal 49 239 143
Hex 31 EF 8F

RGB Percentages of Color #31ef8f

%11.37
%55.45
%33.18

CMYK Percentages of Color #31ef8f

%79
%0
%40
%6

Triadic Colors of #31ef8f

#31ef8f #8f31ef #ef8f31

Analogous Colors of #31ef8f

#31ef8f #31efee #32ef31

Monochromatic Colors of #31ef8f

#31ef8f

Complementary Color

#31ef8f #ef3191

#31ef8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ef8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ef8f Color CSS Codes

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

#31ef8f Text Font Color

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

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


#31ef8f Background Color

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

This div background color is #31ef8f


#31ef8f Border Color

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

This div border color is #31ef8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ef8f


Comments

No comments written yet.

Please login to write comment.