Color Hex Logo

#31dfbb Color Hex

#31DFBB
(49,223,187)
0 Favorites   0 Comments

Color spaces of #31dfbb

RGB 49223187
HSL0.470.730.53
HSV168°78°87°
CMYK 0.780.000.16   0.13
XYZ36.623957.016256.0887
Yxy57.01620.24460.3808
Hunter Lab75.5091-45.56368.8153
CIE-Lab80.1887-50.76515.5174

#31dfbb color RGB value is (49,223,187).

#31dfbb hex color red value is 49, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #31dfbb hue: 0.47 , saturation: 0.73 and the lightness value of 31dfbb is 0.53.

The process color (four color CMYK) of #31dfbb color hex is 0.78, 0.00, 0.16, 0.13. Web safe color of #31dfbb is #33cccc. Color #31dfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011111 10111011
Octal 61 337 273
Decimal 49 223 187
Hex 31 DF BB

RGB Percentages of Color #31dfbb

%10.68
%48.58
%40.74

CMYK Percentages of Color #31dfbb

%78
%0
%16
%13

Triadic Colors of #31dfbb

#31dfbb #bb31df #dfbb31

Analogous Colors of #31dfbb

#31dfbb #31acdf #31df64

Monochromatic Colors of #31dfbb

#31dfbb

Complementary Color

#31dfbb #df3155

#31dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31dfbb Color CSS Codes

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

#31dfbb Text Font Color

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

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


#31dfbb Background Color

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

This div background color is #31dfbb


#31dfbb Border Color

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

This div border color is #31dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31dfbb


Comments

No comments written yet.

Please login to write comment.