Color Hex Logo

#31e47c Color Hex

#31E47C
(49,228,124)
0 Favorites   0 Comments

Color spaces of #31e47c

RGB 49228124
HSL0.400.770.54
HSV145°79°89°
CMYK 0.790.000.46   0.11
XYZ32.648157.595028.4650
Yxy57.59500.27500.4852
Hunter Lab75.8914-56.020130.8857
CIE-Lab80.5131-65.836738.5186

#31e47c color RGB value is (49,228,124).

#31e47c hex color red value is 49, green value is 228 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #31e47c hue: 0.40 , saturation: 0.77 and the lightness value of 31e47c is 0.54.

The process color (four color CMYK) of #31e47c color hex is 0.79, 0.00, 0.46, 0.11. Web safe color of #31e47c is #33cc66. Color #31e47c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11100100 01111100
Octal 61 344 174
Decimal 49 228 124
Hex 31 E4 7C

RGB Percentages of Color #31e47c

%12.22
%56.86
%30.92

CMYK Percentages of Color #31e47c

%79
%0
%46
%11

Triadic Colors of #31e47c

#31e47c #7c31e4 #e47c31

Analogous Colors of #31e47c

#31e47c #31e4d6 #40e431

Monochromatic Colors of #31e47c

#31e47c

Complementary Color

#31e47c #e43199

#31e47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31e47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31e47c Color CSS Codes

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

#31e47c Text Font Color

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

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


#31e47c Background Color

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

This div background color is #31e47c


#31e47c Border Color

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

This div border color is #31e47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31e47c


Comments

No comments written yet.

Please login to write comment.