Color Hex Logo

#31a87c Color Hex

#31A87C
(49,168,124)
0 Favorites   0 Comments

Color spaces of #31a87c

RGB 49168124
HSL0.440.550.43
HSV158°71°66°
CMYK 0.710.000.26   0.34
XYZ18.907330.113523.8847
Yxy30.11350.25930.4130
Hunter Lab54.8758-34.530912.6070
CIE-Lab61.7520-43.260713.4360

#31a87c color RGB value is (49,168,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101000 01111100
Octal 61 250 174
Decimal 49 168 124
Hex 31 A8 7C

RGB Percentages of Color #31a87c

%14.37
%49.27
%36.36

CMYK Percentages of Color #31a87c

%71
%0
%26
%34

Triadic Colors of #31a87c

#31a87c #7c31a8 #a87c31

Analogous Colors of #31a87c

#31a87c #3199a8 #31a841

Monochromatic Colors of #31a87c

#31a87c

Complementary Color

#31a87c #a8315d

#31a87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31a87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31a87c Color CSS Codes

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

#31a87c Text Font Color

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

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


#31a87c Background Color

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

This div background color is #31a87c


#31a87c Border Color

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

This div border color is #31a87c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,168,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 #31a87c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31a87c


Comments

No comments written yet.

Please login to write comment.