Color Hex Logo

#31dd72 Color Hex

#31DD72
(49,221,114)
0 Favorites   0 Comments

Color spaces of #31dd72

RGB 49221114
HSL0.400.720.53
HSV143°78°87°
CMYK 0.780.000.48   0.13
XYZ30.160353.580824.6721
Yxy53.58080.27820.4942
Hunter Lab73.1989-54.550431.2552
CIE-Lab78.2167-65.068640.5121

#31dd72 color RGB value is (49,221,114).

#31dd72 hex color red value is 49, green value is 221 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #31dd72 hue: 0.40 , saturation: 0.72 and the lightness value of 31dd72 is 0.53.

The process color (four color CMYK) of #31dd72 color hex is 0.78, 0.00, 0.48, 0.13. Web safe color of #31dd72 is #33cc66. Color #31dd72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011101 01110010
Octal 61 335 162
Decimal 49 221 114
Hex 31 DD 72

RGB Percentages of Color #31dd72

%12.76
%57.55
%29.69

CMYK Percentages of Color #31dd72

%78
%0
%48
%13

Triadic Colors of #31dd72

#31dd72 #7231dd #dd7231

Analogous Colors of #31dd72

#31dd72 #31ddc8 #46dd31

Monochromatic Colors of #31dd72

#31dd72

Complementary Color

#31dd72 #dd319c

#31dd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31dd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31dd72 Color CSS Codes

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

#31dd72 Text Font Color

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

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


#31dd72 Background Color

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

This div background color is #31dd72


#31dd72 Border Color

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

This div border color is #31dd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31dd72


Comments

No comments written yet.

Please login to write comment.