Color Hex Logo

#31aafd Color Hex

#31AAFD
(49,170,253)
0 Favorites   0 Comments

Color spaces of #31aafd

RGB 49170253
HSL0.570.980.59
HSV204°81°99°
CMYK 0.810.330.00   0.01
XYZ33.371036.494398.2138
Yxy36.49430.19850.2171
Hunter Lab60.4105-7.1143-54.1047
CIE-Lab66.8959-4.5762-50.3177

#31aafd color RGB value is (49,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101010 11111101
Octal 61 252 375
Decimal 49 170 253
Hex 31 AA FD

RGB Percentages of Color #31aafd

%10.38
%36.02
%53.60

CMYK Percentages of Color #31aafd

%81
%33
%0
%1

Triadic Colors of #31aafd

#31aafd #fd31aa #aafd31

Analogous Colors of #31aafd

#31aafd #3144fd #31fdea

Monochromatic Colors of #31aafd

#31aafd

Complementary Color

#31aafd #fd8431

#31aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aafd Color CSS Codes

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

#31aafd Text Font Color

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

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


#31aafd Background Color

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

This div background color is #31aafd


#31aafd Border Color

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

This div border color is #31aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aafd


Comments

No comments written yet.

Please login to write comment.