Color Hex Logo

#31b19a Color Hex

#31B19A
(49,177,154)
0 Favorites   0 Comments

Color spaces of #31b19a

RGB 49177154
HSL0.470.570.44
HSV169°72°69°
CMYK 0.720.000.13   0.31
XYZ22.821534.430336.0148
Yxy34.43030.24470.3692
Hunter Lab58.6773-33.26104.6833
CIE-Lab65.3027-39.67301.8617

#31b19a color RGB value is (49,177,154).

#31b19a hex color red value is 49, green value is 177 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #31b19a hue: 0.47 , saturation: 0.57 and the lightness value of 31b19a is 0.44.

The process color (four color CMYK) of #31b19a color hex is 0.72, 0.00, 0.13, 0.31. Web safe color of #31b19a is #339999. Color #31b19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110001 10011010
Octal 61 261 232
Decimal 49 177 154
Hex 31 B1 9A

RGB Percentages of Color #31b19a

%12.89
%46.58
%40.53

CMYK Percentages of Color #31b19a

%72
%0
%13
%31

Triadic Colors of #31b19a

#31b19a #9a31b1 #b19a31

Analogous Colors of #31b19a

#31b19a #3188b1 #31b15a

Monochromatic Colors of #31b19a

#31b19a

Complementary Color

#31b19a #b13148

#31b19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b19a Color CSS Codes

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

#31b19a Text Font Color

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

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


#31b19a Background Color

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

This div background color is #31b19a


#31b19a Border Color

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

This div border color is #31b19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b19a


Comments

No comments written yet.

Please login to write comment.