Color Hex Logo

#31a87f Color Hex

#31A87F
(49,168,127)
0 Favorites   0 Comments

Color spaces of #31a87f

RGB 49168127
HSL0.440.550.43
HSV159°71°66°
CMYK 0.710.000.24   0.34
XYZ19.100030.190524.8994
Yxy30.19050.25740.4069
Hunter Lab54.9459-34.106111.5941
CIE-Lab61.8182-42.557911.8657

#31a87f color RGB value is (49,168,127).

#31a87f hex color red value is 49, green value is 168 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #31a87f hue: 0.44 , saturation: 0.55 and the lightness value of 31a87f is 0.43.

The process color (four color CMYK) of #31a87f color hex is 0.71, 0.00, 0.24, 0.34. Web safe color of #31a87f is #339966. Color #31a87f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101000 01111111
Octal 61 250 177
Decimal 49 168 127
Hex 31 A8 7F

RGB Percentages of Color #31a87f

%14.24
%48.84
%36.92

CMYK Percentages of Color #31a87f

%71
%0
%24
%34

Triadic Colors of #31a87f

#31a87f #7f31a8 #a87f31

Analogous Colors of #31a87f

#31a87f #3196a8 #31a844

Monochromatic Colors of #31a87f

#31a87f

Complementary Color

#31a87f #a8315a

#31a87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31a87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31a87f Color CSS Codes

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

#31a87f Text Font Color

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

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


#31a87f Background Color

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

This div background color is #31a87f


#31a87f Border Color

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

This div border color is #31a87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31a87f


Comments

No comments written yet.

Please login to write comment.