Color Hex Logo

#31badb Color Hex

#31BADB
(49,186,219)
0 Favorites   0 Comments

Color spaces of #31badb

RGB 49186219
HSL0.530.700.53
HSV192°78°86°
CMYK 0.780.150.00   0.14
XYZ31.611740.885373.2434
Yxy40.88530.21690.2805
Hunter Lab63.9416-23.6503-23.1560
CIE-Lab70.0955-24.6784-26.7993

#31badb color RGB value is (49,186,219).

#31badb hex color red value is 49, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #31badb hue: 0.53 , saturation: 0.70 and the lightness value of 31badb is 0.53.

The process color (four color CMYK) of #31badb color hex is 0.78, 0.15, 0.00, 0.14. Web safe color of #31badb is #33cccc. Color #31badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111010 11011011
Octal 61 272 333
Decimal 49 186 219
Hex 31 BA DB

RGB Percentages of Color #31badb

%10.79
%40.97
%48.24

CMYK Percentages of Color #31badb

%78
%15
%0
%14

Triadic Colors of #31badb

#31badb #db31ba #badb31

Analogous Colors of #31badb

#31badb #3165db #31dba7

Monochromatic Colors of #31badb

#31badb

Complementary Color

#31badb #db5231

#31badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31badb Color CSS Codes

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

#31badb Text Font Color

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

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


#31badb Background Color

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

This div background color is #31badb


#31badb Border Color

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

This div border color is #31badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31badb


Comments

No comments written yet.

Please login to write comment.