Color Hex Logo

#31eddb Color Hex

#31EDDB
(49,237,219)
0 Favorites   0 Comments

Color spaces of #31eddb

RGB 49237219
HSL0.480.840.56
HSV174°79°93°
CMYK 0.790.000.08   0.07
XYZ44.337066.335877.4851
Yxy66.33580.23560.3526
Hunter Lab81.4468-45.36230.6067
CIE-Lab85.1674-48.2919-4.1328

#31eddb color RGB value is (49,237,219).

#31eddb hex color red value is 49, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #31eddb hue: 0.48 , saturation: 0.84 and the lightness value of 31eddb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11101101 11011011
Octal 61 355 333
Decimal 49 237 219
Hex 31 ED DB

RGB Percentages of Color #31eddb

%9.70
%46.93
%43.37

CMYK Percentages of Color #31eddb

%79
%0
%8
%7

Triadic Colors of #31eddb

#31eddb #db31ed #eddb31

Analogous Colors of #31eddb

#31eddb #31a1ed #31ed7d

Monochromatic Colors of #31eddb

#31eddb

Complementary Color

#31eddb #ed3143

#31eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31eddb Color CSS Codes

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

#31eddb Text Font Color

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

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


#31eddb Background Color

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

This div background color is #31eddb


#31eddb Border Color

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

This div border color is #31eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31eddb


Comments

No comments written yet.

Please login to write comment.