Color Hex Logo

#31d68a Color Hex

#31D68A
(49,214,138)
0 Favorites   0 Comments

Color spaces of #31d68a

RGB 49214138
HSL0.420.670.52
HSV152°77°84°
CMYK 0.770.000.36   0.16
XYZ29.900650.581132.2320
Yxy50.58110.26530.4488
Hunter Lab71.1204-49.415322.9138
CIE-Lab76.4246-58.325726.0602

#31d68a color RGB value is (49,214,138).

#31d68a hex color red value is 49, green value is 214 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #31d68a hue: 0.42 , saturation: 0.67 and the lightness value of 31d68a is 0.52.

The process color (four color CMYK) of #31d68a color hex is 0.77, 0.00, 0.36, 0.16. Web safe color of #31d68a is #33cc99. Color #31d68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11010110 10001010
Octal 61 326 212
Decimal 49 214 138
Hex 31 D6 8A

RGB Percentages of Color #31d68a

%12.22
%53.37
%34.41

CMYK Percentages of Color #31d68a

%77
%0
%36
%16

Triadic Colors of #31d68a

#31d68a #8a31d6 #d68a31

Analogous Colors of #31d68a

#31d68a #31d0d6 #31d638

Monochromatic Colors of #31d68a

#31d68a

Complementary Color

#31d68a #d6317d

#31d68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31d68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31d68a Color CSS Codes

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

#31d68a Text Font Color

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

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


#31d68a Background Color

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

This div background color is #31d68a


#31d68a Border Color

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

This div border color is #31d68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31d68a


Comments

No comments written yet.

Please login to write comment.