Color Hex Logo

#31abdc Color Hex

#31ABDC
(49,171,220)
0 Favorites   0 Comments

Color spaces of #31abdc

RGB 49171220
HSL0.550.710.53
HSV197°78°86°
CMYK 0.780.220.00   0.14
XYZ28.747834.946172.9402
Yxy34.94610.21040.2558
Hunter Lab59.1152-16.6469-31.7752
CIE-Lab65.7067-16.5555-34.1241

#31abdc color RGB value is (49,171,220).

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

The process color (four color CMYK) of #31abdc color hex is 0.78, 0.22, 0.00, 0.14. Web safe color of #31abdc is #3399cc. Color #31abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 11011100
Octal 61 253 334
Decimal 49 171 220
Hex 31 AB DC

RGB Percentages of Color #31abdc

%11.14
%38.86
%50.00

CMYK Percentages of Color #31abdc

%78
%22
%0
%14

Triadic Colors of #31abdc

#31abdc #dc31ab #abdc31

Analogous Colors of #31abdc

#31abdc #3156dc #31dcb8

Monochromatic Colors of #31abdc

#31abdc

Complementary Color

#31abdc #dc6231

#31abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abdc Color CSS Codes

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

#31abdc Text Font Color

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

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


#31abdc Background Color

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

This div background color is #31abdc


#31abdc Border Color

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

This div border color is #31abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abdc


Comments

No comments written yet.

Please login to write comment.