Color Hex Logo

#31ddef Color Hex

#31DDEF
(49,221,239)
0 Favorites   0 Comments

Color spaces of #31ddef

RGB 49221239
HSL0.520.860.56
HSV186°79°94°
CMYK 0.790.080.00   0.06
XYZ42.703158.597990.7212
Yxy58.59790.22240.3052
Hunter Lab76.5493-34.3848-16.6822
CIE-Lab81.0701-35.4541-20.8349

#31ddef color RGB value is (49,221,239).

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

The process color (four color CMYK) of #31ddef color hex is 0.79, 0.08, 0.00, 0.06. Web safe color of #31ddef is #33ccff. Color #31ddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011101 11101111
Octal 61 335 357
Decimal 49 221 239
Hex 31 DD EF

RGB Percentages of Color #31ddef

%9.63
%43.42
%46.95

CMYK Percentages of Color #31ddef

%79
%8
%0
%6

Triadic Colors of #31ddef

#31ddef #ef31dd #ddef31

Analogous Colors of #31ddef

#31ddef #317eef #31efa2

Monochromatic Colors of #31ddef

#31ddef

Complementary Color

#31ddef #ef4331

#31ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ddef Color CSS Codes

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

#31ddef Text Font Color

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

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


#31ddef Background Color

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

This div background color is #31ddef


#31ddef Border Color

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

This div border color is #31ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ddef


Comments

No comments written yet.

Please login to write comment.