Color Hex Logo

#31b0bc Color Hex

#31B0BC
(49,176,188)
0 Favorites   0 Comments

Color spaces of #31b0bc

RGB 49176188
HSL0.510.590.46
HSV185°74°74°
CMYK 0.740.060.00   0.26
XYZ25.869135.334553.0337
Yxy35.33450.22650.3093
Hunter Lab59.4428-26.3430-11.2874
CIE-Lab66.0083-29.4546-15.9663

#31b0bc color RGB value is (49,176,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110000 10111100
Octal 61 260 274
Decimal 49 176 188
Hex 31 B0 BC

RGB Percentages of Color #31b0bc

%11.86
%42.62
%45.52

CMYK Percentages of Color #31b0bc

%74
%6
%0
%26

Triadic Colors of #31b0bc

#31b0bc #bc31b0 #b0bc31

Analogous Colors of #31b0bc

#31b0bc #316bbc #31bc83

Monochromatic Colors of #31b0bc

#31b0bc

Complementary Color

#31b0bc #bc3d31

#31b0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b0bc Color CSS Codes

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

#31b0bc Text Font Color

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

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


#31b0bc Background Color

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

This div background color is #31b0bc


#31b0bc Border Color

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

This div border color is #31b0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b0bc


Comments

No comments written yet.

Please login to write comment.