Color Hex Logo

#31cefd Color Hex

#31CEFD
(49,206,253)
0 Favorites   0 Comments

Color spaces of #31cefd

RGB 49206253
HSL0.540.980.59
HSV194°81°99°
CMYK 0.810.190.00   0.01
XYZ41.067651.8874100.7793
Yxy51.88740.21200.2678
Hunter Lab72.0329-24.2907-32.5280
CIE-Lab77.2135-23.7835-34.1970

#31cefd color RGB value is (49,206,253).

#31cefd hex color red value is 49, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #31cefd hue: 0.54 , saturation: 0.98 and the lightness value of 31cefd is 0.59.

The process color (four color CMYK) of #31cefd color hex is 0.81, 0.19, 0.00, 0.01. Web safe color of #31cefd is #33ccff. Color #31cefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001110 11111101
Octal 61 316 375
Decimal 49 206 253
Hex 31 CE FD

RGB Percentages of Color #31cefd

%9.65
%40.55
%49.80

CMYK Percentages of Color #31cefd

%81
%19
%0
%1

Triadic Colors of #31cefd

#31cefd #fd31ce #cefd31

Analogous Colors of #31cefd

#31cefd #3168fd #31fdc6

Monochromatic Colors of #31cefd

#31cefd

Complementary Color

#31cefd #fd6031

#31cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cefd Color CSS Codes

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

#31cefd Text Font Color

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

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


#31cefd Background Color

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

This div background color is #31cefd


#31cefd Border Color

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

This div border color is #31cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cefd

Related Colors


Comments

No comments written yet.

Please login to write comment.