Color Hex Logo

#31abcb Color Hex

#31ABCB
(49,171,203)
0 Favorites   0 Comments

Color spaces of #31abcb

RGB 49171203
HSL0.530.610.49
HSV192°76°80°
CMYK 0.760.160.00   0.20
XYZ26.609034.090661.6776
Yxy34.09060.21740.2786
Hunter Lab58.3872-20.8290-21.7603
CIE-Lab65.0344-22.1967-25.7681

#31abcb color RGB value is (49,171,203).

#31abcb hex color red value is 49, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #31abcb hue: 0.53 , saturation: 0.61 and the lightness value of 31abcb is 0.49.

The process color (four color CMYK) of #31abcb color hex is 0.76, 0.16, 0.00, 0.20. Web safe color of #31abcb is #3399cc. Color #31abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 11001011
Octal 61 253 313
Decimal 49 171 203
Hex 31 AB CB

RGB Percentages of Color #31abcb

%11.58
%40.43
%47.99

CMYK Percentages of Color #31abcb

%76
%16
%0
%20

Triadic Colors of #31abcb

#31abcb #cb31ab #abcb31

Analogous Colors of #31abcb

#31abcb #315ecb #31cb9e

Monochromatic Colors of #31abcb

#31abcb

Complementary Color

#31abcb #cb5131

#31abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abcb Color CSS Codes

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

#31abcb Text Font Color

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

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


#31abcb Background Color

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

This div background color is #31abcb


#31abcb Border Color

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

This div border color is #31abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abcb


Comments

No comments written yet.

Please login to write comment.