Color Hex Logo

#31abec Color Hex

#31ABEC
(49,171,236)
0 Favorites   0 Comments

Color spaces of #31abec

RGB 49171236
HSL0.560.830.56
HSV201°79°93°
CMYK 0.790.280.00   0.07
XYZ30.969935.834984.6414
Yxy35.83490.20450.2366
Hunter Lab59.8623-12.4115-41.9287
CIE-Lab66.3936-11.0824-41.8375

#31abec color RGB value is (49,171,236).

#31abec hex color red value is 49, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #31abec hue: 0.56 , saturation: 0.83 and the lightness value of 31abec is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 11101100
Octal 61 253 354
Decimal 49 171 236
Hex 31 AB EC

RGB Percentages of Color #31abec

%10.75
%37.50
%51.75

CMYK Percentages of Color #31abec

%79
%28
%0
%7

Triadic Colors of #31abec

#31abec #ec31ab #abec31

Analogous Colors of #31abec

#31abec #314dec #31ecd0

Monochromatic Colors of #31abec

#31abec

Complementary Color

#31abec #ec7231

#31abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abec Color CSS Codes

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

#31abec Text Font Color

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

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


#31abec Background Color

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

This div background color is #31abec


#31abec Border Color

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

This div border color is #31abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abec


Comments

No comments written yet.

Please login to write comment.