Color Hex Logo

#31ddbb Color Hex

#31DDBB
(49,221,187)
0 Favorites   0 Comments

Color spaces of #31ddbb

RGB 49221187
HSL0.470.720.53
HSV168°78°87°
CMYK 0.780.000.15   0.13
XYZ36.092755.953755.9116
Yxy55.95370.24390.3782
Hunter Lab74.8022-44.77618.0447
CIE-Lab79.5875-49.94124.6497

#31ddbb color RGB value is (49,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011101 10111011
Octal 61 335 273
Decimal 49 221 187
Hex 31 DD BB

RGB Percentages of Color #31ddbb

%10.72
%48.36
%40.92

CMYK Percentages of Color #31ddbb

%78
%0
%15
%13

Triadic Colors of #31ddbb

#31ddbb #bb31dd #ddbb31

Analogous Colors of #31ddbb

#31ddbb #31a9dd #31dd65

Monochromatic Colors of #31ddbb

#31ddbb

Complementary Color

#31ddbb #dd3153

#31ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ddbb Color CSS Codes

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

#31ddbb Text Font Color

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

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


#31ddbb Background Color

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

This div background color is #31ddbb


#31ddbb Border Color

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

This div border color is #31ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ddbb


Comments

No comments written yet.

Please login to write comment.