Color Hex Logo

#31b6ba Color Hex

#31B6BA
(49,182,186)
0 Favorites   0 Comments

Color spaces of #31b6ba

RGB 49182186
HSL0.500.580.46
HSV182°74°73°
CMYK 0.740.020.00   0.27
XYZ26.857537.654052.3068
Yxy37.65400.22990.3223
Hunter Lab61.3629-29.2585-7.5859
CIE-Lab67.7648-32.9506-12.2155

#31b6ba color RGB value is (49,182,186).

#31b6ba hex color red value is 49, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #31b6ba hue: 0.50 , saturation: 0.58 and the lightness value of 31b6ba is 0.46.

The process color (four color CMYK) of #31b6ba color hex is 0.74, 0.02, 0.00, 0.27. Web safe color of #31b6ba is #33cccc. Color #31b6ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110110 10111010
Octal 61 266 272
Decimal 49 182 186
Hex 31 B6 BA

RGB Percentages of Color #31b6ba

%11.75
%43.65
%44.60

CMYK Percentages of Color #31b6ba

%74
%2
%0
%27

Triadic Colors of #31b6ba

#31b6ba #ba31b6 #b6ba31

Analogous Colors of #31b6ba

#31b6ba #3172ba #31ba7a

Monochromatic Colors of #31b6ba

#31b6ba

Complementary Color

#31b6ba #ba3531

#31b6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b6ba Color CSS Codes

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

#31b6ba Text Font Color

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

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


#31b6ba Background Color

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

This div background color is #31b6ba


#31b6ba Border Color

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

This div border color is #31b6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b6ba


Comments

No comments written yet.

Please login to write comment.