Color Hex Logo

#31adbc Color Hex

#31ADBC
(49,173,188)
0 Favorites   0 Comments

Color spaces of #31adbc

RGB 49173188
HSL0.520.590.46
HSV186°74°74°
CMYK 0.740.080.00   0.26
XYZ25.287334.170952.8398
Yxy34.17090.22520.3043
Hunter Lab58.4559-25.0809-12.6747
CIE-Lab65.0980-27.9786-17.3437

#31adbc color RGB value is (49,173,188).

#31adbc hex color red value is 49, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #31adbc hue: 0.52 , saturation: 0.59 and the lightness value of 31adbc is 0.46.

The process color (four color CMYK) of #31adbc color hex is 0.74, 0.08, 0.00, 0.26. Web safe color of #31adbc is #3399cc. Color #31adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101101 10111100
Octal 61 255 274
Decimal 49 173 188
Hex 31 AD BC

RGB Percentages of Color #31adbc

%11.95
%42.20
%45.85

CMYK Percentages of Color #31adbc

%74
%8
%0
%26

Triadic Colors of #31adbc

#31adbc #bc31ad #adbc31

Analogous Colors of #31adbc

#31adbc #3168bc #31bc86

Monochromatic Colors of #31adbc

#31adbc

Complementary Color

#31adbc #bc4031

#31adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31adbc Color CSS Codes

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

#31adbc Text Font Color

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

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


#31adbc Background Color

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

This div background color is #31adbc


#31adbc Border Color

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

This div border color is #31adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31adbc


Comments

No comments written yet.

Please login to write comment.