Color Hex Logo

#31abca Color Hex

#31ABCA
(49,171,202)
0 Favorites   0 Comments

Color spaces of #31abca

RGB 49171202
HSL0.530.610.49
HSV192°76°79°
CMYK 0.760.150.00   0.21
XYZ26.490234.043161.0519
Yxy34.04310.21790.2800
Hunter Lab58.3465-21.0645-21.1967
CIE-Lab64.9968-22.5219-25.2716

#31abca color RGB value is (49,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 11001010
Octal 61 253 312
Decimal 49 171 202
Hex 31 AB CA

RGB Percentages of Color #31abca

%11.61
%40.52
%47.87

CMYK Percentages of Color #31abca

%76
%15
%0
%21

Triadic Colors of #31abca

#31abca #ca31ab #abca31

Analogous Colors of #31abca

#31abca #315eca #31ca9d

Monochromatic Colors of #31abca

#31abca

Complementary Color

#31abca #ca5031

#31abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abca Color CSS Codes

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

#31abca Text Font Color

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

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


#31abca Background Color

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

This div background color is #31abca


#31abca Border Color

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

This div border color is #31abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abca


Comments

No comments written yet.

Please login to write comment.