Color Hex Logo

#31dd8d Color Hex

#31DD8D
(49,221,141)
0 Favorites   0 Comments

Color spaces of #31dd8d

RGB 49221141
HSL0.420.720.53
HSV152°78°87°
CMYK 0.780.000.36   0.13
XYZ31.930854.289033.9952
Yxy54.28900.26560.4516
Hunter Lab73.6811-51.586224.2213
CIE-Lab78.6299-60.303227.4751

#31dd8d color RGB value is (49,221,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011101 10001101
Octal 61 335 215
Decimal 49 221 141
Hex 31 DD 8D

RGB Percentages of Color #31dd8d

%11.92
%53.77
%34.31

CMYK Percentages of Color #31dd8d

%78
%0
%36
%13

Triadic Colors of #31dd8d

#31dd8d #8d31dd #dd8d31

Analogous Colors of #31dd8d

#31dd8d #31d7dd #31dd37

Monochromatic Colors of #31dd8d

#31dd8d

Complementary Color

#31dd8d #dd3181

#31dd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31dd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31dd8d Color CSS Codes

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

#31dd8d Text Font Color

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

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


#31dd8d Background Color

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

This div background color is #31dd8d


#31dd8d Border Color

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

This div border color is #31dd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31dd8d


Comments

No comments written yet.

Please login to write comment.