Color Hex Logo

#31adff Color Hex

#31ADFF
(49,173,255)
0 Favorites   0 Comments

Color spaces of #31adff

RGB 49173255
HSL0.571.000.60
HSV204°81°100°
CMYK 0.810.320.00   0.00
XYZ34.260237.7601100.0905
Yxy37.76010.19910.2194
Hunter Lab61.4492-8.0159-53.5590
CIE-Lab67.8434-5.5549-49.9071

#31adff color RGB value is (49,173,255).

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

The process color (four color CMYK) of #31adff color hex is 0.81, 0.32, 0.00, 0.00. Web safe color of #31adff is #3399ff. Color #31adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101101 11111111
Octal 61 255 377
Decimal 49 173 255
Hex 31 AD FF

RGB Percentages of Color #31adff

%10.27
%36.27
%53.46

CMYK Percentages of Color #31adff

%81
%32
%0
%0

Triadic Colors of #31adff

#31adff #ff31ad #adff31

Analogous Colors of #31adff

#31adff #3146ff #31ffea

Monochromatic Colors of #31adff

#31adff

Complementary Color

#31adff #ff8331

#31adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#31adff Color CSS Codes

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

#31adff Text Font Color

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

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


#31adff Background Color

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

This div background color is #31adff


#31adff Border Color

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

This div border color is #31adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31adff

Related Colors


Comments

No comments written yet.

Please login to write comment.