color codes Logo

#31edab color codes

#31EDAB
(49,237,171)
0 Favorites   0 Comments

Color spaces of #31edab

RGB 49237171
HSL0.440.840.56
HSV159°79°93°
CMYK 0.790.000.28   0.07
XYZ38.901564.161648.8622
Yxy64.16160.25610.4223
Hunter Lab80.1009-53.487019.9033
CIE-Lab84.0498-60.016819.3789

#31edab color RGB value is (49,237,171).

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

The process color (four color CMYK) of #31edab color code is 0.79, 0.00, 0.28, 0.07. Web safe color of #31edab is #33ff99. Color #31edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101101 10101011
Octal 61 355 253
Decimal 49 237 171
Hex 31 ED AB

RGB Percentages of Color #31edab

%10.72
%51.86
%37.42

CMYK Percentages of Color #31edab

%79
%0
%28
%7

Triadic Colors of #31edab

#31edab #ab31ed #edab31

Analogous Colors of #31edab

#31edab #31d1ed #31ed4d

Monochromatic Colors of #31edab

#31edab

Complementary Color

#31edab #ed3173

#31edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#31edab Color CSS Codes

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

#31edab Text Font Color

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

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


#31edab Background Color

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

This div background color is #31edab


#31edab Border Color

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

This div border color is #31edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31edab


Comments

No comments written yet.

Please login to write comment.