Color Hex Logo

#31bdfd Color Hex

#31BDFD
(49,189,253)
0 Favorites   0 Comments

Color spaces of #31bdfd

RGB 49189253
HSL0.550.980.59
HSV199°81°99°
CMYK 0.810.250.00   0.01
XYZ37.193844.140099.4881
Yxy44.14000.20570.2441
Hunter Lab66.4379-16.3372-42.2778
CIE-Lab72.3220-14.9793-41.7946

#31bdfd color RGB value is (49,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111101 11111101
Octal 61 275 375
Decimal 49 189 253
Hex 31 BD FD

RGB Percentages of Color #31bdfd

%9.98
%38.49
%51.53

CMYK Percentages of Color #31bdfd

%81
%25
%0
%1

Triadic Colors of #31bdfd

#31bdfd #fd31bd #bdfd31

Analogous Colors of #31bdfd

#31bdfd #3157fd #31fdd7

Monochromatic Colors of #31bdfd

#31bdfd

Complementary Color

#31bdfd #fd7131

#31bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31bdfd Color CSS Codes

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

#31bdfd Text Font Color

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

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


#31bdfd Background Color

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

This div background color is #31bdfd


#31bdfd Border Color

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

This div border color is #31bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31bdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.