Color Hex Logo

#31c67c Color Hex

#31C67C
(49,198,124)
0 Favorites   0 Comments

Color spaces of #31c67c

RGB 49198124
HSL0.420.600.48
HSV150°75°78°
CMYK 0.750.000.37   0.22
XYZ25.098842.496425.9486
Yxy42.49640.26830.4543
Hunter Lab65.1893-45.356222.0321
CIE-Lab71.2118-55.132426.3672

#31c67c color RGB value is (49,198,124).

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

The process color (four color CMYK) of #31c67c color hex is 0.75, 0.00, 0.37, 0.22. Web safe color of #31c67c is #33cc66. Color #31c67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11000110 01111100
Octal 61 306 174
Decimal 49 198 124
Hex 31 C6 7C

RGB Percentages of Color #31c67c

%13.21
%53.37
%33.42

CMYK Percentages of Color #31c67c

%75
%0
%37
%22

Triadic Colors of #31c67c

#31c67c #7c31c6 #c67c31

Analogous Colors of #31c67c

#31c67c #31c6c6 #31c632

Monochromatic Colors of #31c67c

#31c67c

Complementary Color

#31c67c #c6317b

#31c67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31c67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31c67c Color CSS Codes

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

#31c67c Text Font Color

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

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


#31c67c Background Color

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

This div background color is #31c67c


#31c67c Border Color

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

This div border color is #31c67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31c67c


Comments

No comments written yet.

Please login to write comment.