Color Hex Logo

#31efbc Color Hex

#31EFBC
(49,239,188)
0 Favorites   0 Comments

Color spaces of #31efbc

RGB 49239188
HSL0.460.860.56
HSV164°79°94°
CMYK 0.790.000.21   0.06
XYZ41.210266.016858.1475
Yxy66.01680.24920.3992
Hunter Lab81.2507-51.653914.4443
CIE-Lab85.0050-56.930611.8832

#31efbc color RGB value is (49,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101111 10111100
Octal 61 357 274
Decimal 49 239 188
Hex 31 EF BC

RGB Percentages of Color #31efbc

%10.29
%50.21
%39.50

CMYK Percentages of Color #31efbc

%79
%0
%21
%6

Triadic Colors of #31efbc

#31efbc #bc31ef #efbc31

Analogous Colors of #31efbc

#31efbc #31c3ef #31ef5d

Monochromatic Colors of #31efbc

#31efbc

Complementary Color

#31efbc #ef3164

#31efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31efbc Color CSS Codes

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

#31efbc Text Font Color

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

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


#31efbc Background Color

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

This div background color is #31efbc


#31efbc Border Color

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

This div border color is #31efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31efbc


Comments

No comments written yet.

Please login to write comment.