Color Hex Logo

#31ebb0 Color Hex

#31EBB0
(49,235,176)
0 Favorites   0 Comments

Color spaces of #31ebb0

RGB 49235176
HSL0.450.820.56
HSV161°79°92°
CMYK 0.790.000.25   0.08
XYZ38.811463.204251.2284
Yxy63.20420.25330.4124
Hunter Lab79.5011-51.985517.4458
CIE-Lab83.5497-58.147916.0838

#31ebb0 color RGB value is (49,235,176).

#31ebb0 hex color red value is 49, green value is 235 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #31ebb0 hue: 0.45 , saturation: 0.82 and the lightness value of 31ebb0 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101011 10110000
Octal 61 353 260
Decimal 49 235 176
Hex 31 EB B0

RGB Percentages of Color #31ebb0

%10.65
%51.09
%38.26

CMYK Percentages of Color #31ebb0

%79
%0
%25
%8

Triadic Colors of #31ebb0

#31ebb0 #b031eb #ebb031

Analogous Colors of #31ebb0

#31ebb0 #31c9eb #31eb53

Monochromatic Colors of #31ebb0

#31ebb0

Complementary Color

#31ebb0 #eb316c

#31ebb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ebb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ebb0 Color CSS Codes

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

#31ebb0 Text Font Color

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

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


#31ebb0 Background Color

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

This div background color is #31ebb0


#31ebb0 Border Color

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

This div border color is #31ebb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ebb0


Comments

No comments written yet.

Please login to write comment.