Color Hex Logo

#31c39d Color Hex

#31C39D
(49,195,157)
0 Favorites   0 Comments

Color spaces of #31c39d

RGB 49195157
HSL0.460.600.48
HSV164°75°76°
CMYK 0.750.000.19   0.24
XYZ26.867542.117538.6117
Yxy42.11750.24970.3914
Hunter Lab64.8980-39.673210.1534
CIE-Lab70.9519-46.64718.3540

#31c39d color RGB value is (49,195,157).

#31c39d hex color red value is 49, green value is 195 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #31c39d hue: 0.46 , saturation: 0.60 and the lightness value of 31c39d is 0.48.

The process color (four color CMYK) of #31c39d color hex is 0.75, 0.00, 0.19, 0.24. Web safe color of #31c39d is #33cc99. Color #31c39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11000011 10011101
Octal 61 303 235
Decimal 49 195 157
Hex 31 C3 9D

RGB Percentages of Color #31c39d

%12.22
%48.63
%39.15

CMYK Percentages of Color #31c39d

%75
%0
%19
%24

Triadic Colors of #31c39d

#31c39d #9d31c3 #c39d31

Analogous Colors of #31c39d

#31c39d #31a0c3 #31c354

Monochromatic Colors of #31c39d

#31c39d

Complementary Color

#31c39d #c33157

#31c39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31c39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31c39d Color CSS Codes

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

#31c39d Text Font Color

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

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


#31c39d Background Color

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

This div background color is #31c39d


#31c39d Border Color

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

This div border color is #31c39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31c39d


Comments

No comments written yet.

Please login to write comment.