Color Hex Logo

#31badc Color Hex

#31BADC
(49,186,220)
0 Favorites   0 Comments

Color spaces of #31badc

RGB 49186220
HSL0.530.710.53
HSV192°78°86°
CMYK 0.780.150.00   0.14
XYZ31.743840.938173.9389
Yxy40.93810.21650.2792
Hunter Lab63.9829-23.4109-23.7278
CIE-Lab70.1325-24.3562-27.2884

#31badc color RGB value is (49,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111010 11011100
Octal 61 272 334
Decimal 49 186 220
Hex 31 BA DC

RGB Percentages of Color #31badc

%10.77
%40.88
%48.35

CMYK Percentages of Color #31badc

%78
%15
%0
%14

Triadic Colors of #31badc

#31badc #dc31ba #badc31

Analogous Colors of #31badc

#31badc #3165dc #31dca9

Monochromatic Colors of #31badc

#31badc

Complementary Color

#31badc #dc5331

#31badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31badc Color CSS Codes

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

#31badc Text Font Color

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

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


#31badc Background Color

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

This div background color is #31badc


#31badc Border Color

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

This div border color is #31badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31badc


Comments

No comments written yet.

Please login to write comment.