Color Hex Logo

#31accb Color Hex

#31ACCB
(49,172,203)
0 Favorites   0 Comments

Color spaces of #31accb

RGB 49172203
HSL0.530.610.49
HSV192°76°80°
CMYK 0.760.150.00   0.20
XYZ26.798634.469861.7408
Yxy34.46980.21790.2802
Hunter Lab58.7110-21.2680-21.2520
CIE-Lab65.3338-22.7120-25.3085

#31accb color RGB value is (49,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101100 11001011
Octal 61 254 313
Decimal 49 172 203
Hex 31 AC CB

RGB Percentages of Color #31accb

%11.56
%40.57
%47.88

CMYK Percentages of Color #31accb

%76
%15
%0
%20

Triadic Colors of #31accb

#31accb #cb31ac #accb31

Analogous Colors of #31accb

#31accb #315fcb #31cb9d

Monochromatic Colors of #31accb

#31accb

Complementary Color

#31accb #cb5031

#31accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31accb Color CSS Codes

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

#31accb Text Font Color

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

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


#31accb Background Color

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

This div background color is #31accb


#31accb Border Color

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

This div border color is #31accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31accb


Comments

No comments written yet.

Please login to write comment.