Color Hex Logo

#31efaa Color Hex

#31EFAA
(49,239,170)
0 Favorites   0 Comments

Color spaces of #31efaa

RGB 49239170
HSL0.440.860.56
HSV158°79°94°
CMYK 0.790.000.29   0.06
XYZ39.388865.288348.5561
Yxy65.28830.25710.4261
Hunter Lab80.8012-54.387220.9315
CIE-Lab84.6321-60.982820.7032

#31efaa color RGB value is (49,239,170).

#31efaa hex color red value is 49, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #31efaa hue: 0.44 , saturation: 0.86 and the lightness value of 31efaa is 0.56.

The process color (four color CMYK) of #31efaa color hex is 0.79, 0.00, 0.29, 0.06. Web safe color of #31efaa is #33ff99. Color #31efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101111 10101010
Octal 61 357 252
Decimal 49 239 170
Hex 31 EF AA

RGB Percentages of Color #31efaa

%10.70
%52.18
%37.12

CMYK Percentages of Color #31efaa

%79
%0
%29
%6

Triadic Colors of #31efaa

#31efaa #aa31ef #efaa31

Analogous Colors of #31efaa

#31efaa #31d5ef #31ef4b

Monochromatic Colors of #31efaa

#31efaa

Complementary Color

#31efaa #ef3176

#31efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#31efaa Color CSS Codes

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

#31efaa Text Font Color

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

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


#31efaa Background Color

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

This div background color is #31efaa


#31efaa Border Color

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

This div border color is #31efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31efaa


Comments

No comments written yet.

Please login to write comment.