Color Hex Logo

#31cdbe Color Hex

#31CDBE
(49,205,190)
0 Favorites   0 Comments

Color spaces of #31cdbe

RGB 49205190
HSL0.480.610.50
HSV174°76°80°
CMYK 0.760.000.07   0.20
XYZ32.392248.033356.2793
Yxy48.03330.23690.3514
Hunter Lab69.3061-37.85840.3684
CIE-Lab74.8459-42.3265-3.8757

#31cdbe color RGB value is (49,205,190).

#31cdbe hex color red value is 49, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #31cdbe hue: 0.48 , saturation: 0.61 and the lightness value of 31cdbe is 0.50.

The process color (four color CMYK) of #31cdbe color hex is 0.76, 0.00, 0.07, 0.20. Web safe color of #31cdbe is #33cccc. Color #31cdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001101 10111110
Octal 61 315 276
Decimal 49 205 190
Hex 31 CD BE

RGB Percentages of Color #31cdbe

%11.04
%46.17
%42.79

CMYK Percentages of Color #31cdbe

%76
%0
%7
%20

Triadic Colors of #31cdbe

#31cdbe #be31cd #cdbe31

Analogous Colors of #31cdbe

#31cdbe #318ecd #31cd70

Monochromatic Colors of #31cdbe

#31cdbe

Complementary Color

#31cdbe #cd3140

#31cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cdbe Color CSS Codes

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

#31cdbe Text Font Color

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

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


#31cdbe Background Color

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

This div background color is #31cdbe


#31cdbe Border Color

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

This div border color is #31cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cdbe


Comments

No comments written yet.

Please login to write comment.