color codes Logo

#31aade color codes

#31AADE
(49,170,222)
0 Favorites   0 Comments

Color spaces of #31aade

RGB 49170222
HSL0.550.720.53
HSV198°78°87°
CMYK 0.780.230.00   0.13
XYZ28.826234.676374.2811
Yxy34.67630.20920.2517
Hunter Lab58.8866-15.6721-33.5694
CIE-Lab65.4959-15.3420-35.5534

#31aade color RGB value is (49,170,222).

#31aade hex color red value is 49, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #31aade hue: 0.55 , saturation: 0.72 and the lightness value of 31aade is 0.53.

The process color (four color CMYK) of #31aade color code is 0.78, 0.23, 0.00, 0.13. Web safe color of #31aade is #3399cc. Color #31aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101010 11011110
Octal 61 252 336
Decimal 49 170 222
Hex 31 AA DE

RGB Percentages of Color #31aade

%11.11
%38.55
%50.34

CMYK Percentages of Color #31aade

%78
%23
%0
%13

Triadic Colors of #31aade

#31aade #de31aa #aade31

Analogous Colors of #31aade

#31aade #3154de #31debc

Monochromatic Colors of #31aade

#31aade

Complementary Color

#31aade #de6531

#31aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aade Color CSS Codes

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

#31aade Text Font Color

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

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


#31aade Background Color

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

This div background color is #31aade


#31aade Border Color

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

This div border color is #31aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aade


Comments

No comments written yet.

Please login to write comment.