Color Hex Logo

#31c38c Color Hex

#31C38C
(49,195,140)
0 Favorites   0 Comments

Color spaces of #31c38c

RGB 49195140
HSL0.440.600.48
HSV157°75°76°
CMYK 0.750.000.28   0.24
XYZ25.515441.576631.4912
Yxy41.57660.25880.4217
Hunter Lab64.4799-42.205516.1794
CIE-Lab70.5780-50.635417.0090

#31c38c color RGB value is (49,195,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11000011 10001100
Octal 61 303 214
Decimal 49 195 140
Hex 31 C3 8C

RGB Percentages of Color #31c38c

%12.76
%50.78
%36.46

CMYK Percentages of Color #31c38c

%75
%0
%28
%24

Triadic Colors of #31c38c

#31c38c #8c31c3 #c38c31

Analogous Colors of #31c38c

#31c38c #31b1c3 #31c343

Monochromatic Colors of #31c38c

#31c38c

Complementary Color

#31c38c #c33168

#31c38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31c38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31c38c Color CSS Codes

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

#31c38c Text Font Color

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

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


#31c38c Background Color

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

This div background color is #31c38c


#31c38c Border Color

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

This div border color is #31c38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31c38c


Comments

No comments written yet.

Please login to write comment.