Color Hex Logo

#31dfbc Color Hex

#31DFBC
(49,223,188)
0 Favorites   0 Comments

Color spaces of #31dfbc

RGB 49223188
HSL0.470.730.53
HSV168°78°87°
CMYK 0.780.000.16   0.13
XYZ36.731457.059256.6545
Yxy57.05920.24420.3793
Hunter Lab75.5375-45.39218.4077
CIE-Lab80.2129-50.51375.0218

#31dfbc color RGB value is (49,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011111 10111100
Octal 61 337 274
Decimal 49 223 188
Hex 31 DF BC

RGB Percentages of Color #31dfbc

%10.65
%48.48
%40.87

CMYK Percentages of Color #31dfbc

%78
%0
%16
%13

Triadic Colors of #31dfbc

#31dfbc #bc31df #dfbc31

Analogous Colors of #31dfbc

#31dfbc #31abdf #31df65

Monochromatic Colors of #31dfbc

#31dfbc

Complementary Color

#31dfbc #df3154

#31dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31dfbc Color CSS Codes

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

#31dfbc Text Font Color

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

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


#31dfbc Background Color

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

This div background color is #31dfbc


#31dfbc Border Color

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

This div border color is #31dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31dfbc


Comments

No comments written yet.

Please login to write comment.