Color Hex Logo

#31cedf Color Hex

#31CEDF
(49,206,223)
0 Favorites   0 Comments

Color spaces of #31cedf

RGB 49206223
HSL0.520.730.53
HSV186°78°87°
CMYK 0.780.080.00   0.13
XYZ36.657250.123377.5548
Yxy50.12330.22310.3050
Hunter Lab70.7978-31.4737-15.3902
CIE-Lab76.1449-33.2246-19.7424

#31cedf color RGB value is (49,206,223).

#31cedf hex color red value is 49, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #31cedf hue: 0.52 , saturation: 0.73 and the lightness value of 31cedf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001110 11011111
Octal 61 316 337
Decimal 49 206 223
Hex 31 CE DF

RGB Percentages of Color #31cedf

%10.25
%43.10
%46.65

CMYK Percentages of Color #31cedf

%78
%8
%0
%13

Triadic Colors of #31cedf

#31cedf #df31ce #cedf31

Analogous Colors of #31cedf

#31cedf #3177df #31df99

Monochromatic Colors of #31cedf

#31cedf

Complementary Color

#31cedf #df4231

#31cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cedf Color CSS Codes

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

#31cedf Text Font Color

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

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


#31cedf Background Color

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

This div background color is #31cedf


#31cedf Border Color

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

This div border color is #31cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cedf

#31cedf Color Palettes


Comments

No comments written yet.

Please login to write comment.