Color Hex Logo

#31dcef Color Hex

#31DCEF
(49,220,239)
0 Favorites   0 Comments

Color spaces of #31dcef

RGB 49220239
HSL0.520.860.56
HSV186°79°94°
CMYK 0.790.080.00   0.06
XYZ42.439858.071490.6334
Yxy58.07140.22200.3038
Hunter Lab76.2046-33.9480-17.1729
CIE-Lab80.7785-34.9859-21.2769

#31dcef color RGB value is (49,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011100 11101111
Octal 61 334 357
Decimal 49 220 239
Hex 31 DC EF

RGB Percentages of Color #31dcef

%9.65
%43.31
%47.05

CMYK Percentages of Color #31dcef

%79
%8
%0
%6

Triadic Colors of #31dcef

#31dcef #ef31dc #dcef31

Analogous Colors of #31dcef

#31dcef #317def #31efa3

Monochromatic Colors of #31dcef

#31dcef

Complementary Color

#31dcef #ef4431

#31dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#31dcef Color CSS Codes

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

#31dcef Text Font Color

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

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


#31dcef Background Color

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

This div background color is #31dcef


#31dcef Border Color

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

This div border color is #31dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31dcef


Comments

No comments written yet.

Please login to write comment.