Color Hex Logo

#31daff Color Hex

#31DAFF
(49,218,255)
0 Favorites   0 Comments

Color spaces of #31daff

RGB 49218255
HSL0.531.000.60
HSV191°81°100°
CMYK 0.810.150.00   0.00
XYZ44.388058.0158103.4664
Yxy58.01580.21560.2818
Hunter Lab76.1681-29.2709-27.2216
CIE-Lab80.7476-29.0922-29.8208

#31daff color RGB value is (49,218,255).

#31daff hex color red value is 49, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #31daff hue: 0.53 , saturation: 1.00 and the lightness value of 31daff is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011010 11111111
Octal 61 332 377
Decimal 49 218 255
Hex 31 DA FF

RGB Percentages of Color #31daff

%9.39
%41.76
%48.85

CMYK Percentages of Color #31daff

%81
%15
%0
%0

Triadic Colors of #31daff

#31daff #ff31da #daff31

Analogous Colors of #31daff

#31daff #3173ff #31ffbd

Monochromatic Colors of #31daff

#31daff

Complementary Color

#31daff #ff5631

#31daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#31daff Color CSS Codes

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

#31daff Text Font Color

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

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


#31daff Background Color

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

This div background color is #31daff


#31daff Border Color

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

This div border color is #31daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31daff

Related Colors

#31daff Color Palettes


Comments

No comments written yet.

Please login to write comment.