Color Hex Logo

#31b2eb Color Hex

#31B2EB
(49,178,235)
0 Favorites   0 Comments

Color spaces of #31b2eb

RGB 49178235
HSL0.550.820.56
HSV198°79°92°
CMYK 0.790.240.00   0.08
XYZ32.182438.491984.3308
Yxy38.49190.20760.2483
Hunter Lab62.0418-15.9815-37.1611
CIE-Lab68.3816-15.2187-38.1847

#31b2eb color RGB value is (49,178,235).

#31b2eb hex color red value is 49, green value is 178 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #31b2eb hue: 0.55 , saturation: 0.82 and the lightness value of 31b2eb is 0.56.

The process color (four color CMYK) of #31b2eb color hex is 0.79, 0.24, 0.00, 0.08. Web safe color of #31b2eb is #3399ff. Color #31b2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110010 11101011
Octal 61 262 353
Decimal 49 178 235
Hex 31 B2 EB

RGB Percentages of Color #31b2eb

%10.61
%38.53
%50.87

CMYK Percentages of Color #31b2eb

%79
%24
%0
%8

Triadic Colors of #31b2eb

#31b2eb #eb31b2 #b2eb31

Analogous Colors of #31b2eb

#31b2eb #3155eb #31ebc7

Monochromatic Colors of #31b2eb

#31b2eb

Complementary Color

#31b2eb #eb6a31

#31b2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b2eb Color CSS Codes

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

#31b2eb Text Font Color

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

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


#31b2eb Background Color

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

This div background color is #31b2eb


#31b2eb Border Color

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

This div border color is #31b2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b2eb


Comments

No comments written yet.

Please login to write comment.