Color Hex Logo

#31abde Color Hex

#31ABDE
(49,171,222)
0 Favorites   0 Comments

Color spaces of #31abde

RGB 49171222
HSL0.550.720.53
HSV198°78°87°
CMYK 0.780.230.00   0.13
XYZ29.014335.052774.3439
Yxy35.05270.20960.2533
Hunter Lab59.2053-16.1332-33.0065
CIE-Lab65.7897-15.8793-35.0965

#31abde color RGB value is (49,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 11011110
Octal 61 253 336
Decimal 49 171 222
Hex 31 AB DE

RGB Percentages of Color #31abde

%11.09
%38.69
%50.23

CMYK Percentages of Color #31abde

%78
%23
%0
%13

Triadic Colors of #31abde

#31abde #de31ab #abde31

Analogous Colors of #31abde

#31abde #3154de #31debb

Monochromatic Colors of #31abde

#31abde

Complementary Color

#31abde #de6431

#31abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abde Color CSS Codes

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

#31abde Text Font Color

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

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


#31abde Background Color

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

This div background color is #31abde


#31abde Border Color

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

This div border color is #31abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abde


Comments

No comments written yet.

Please login to write comment.