Color Hex Logo

#31abd5 Color Hex

#31ABD5
(49,171,213)
0 Favorites   0 Comments

Color spaces of #31abd5

RGB 49171213
HSL0.540.660.51
HSV195°77°84°
CMYK 0.770.200.00   0.16
XYZ27.839834.582968.1586
Yxy34.58290.21320.2648
Hunter Lab58.8072-18.4094-27.5531
CIE-Lab65.4226-18.9027-30.7031

#31abd5 color RGB value is (49,171,213).

#31abd5 hex color red value is 49, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #31abd5 hue: 0.54 , saturation: 0.66 and the lightness value of 31abd5 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 11010101
Octal 61 253 325
Decimal 49 171 213
Hex 31 AB D5

RGB Percentages of Color #31abd5

%11.32
%39.49
%49.19

CMYK Percentages of Color #31abd5

%77
%20
%0
%16

Triadic Colors of #31abd5

#31abd5 #d531ab #abd531

Analogous Colors of #31abd5

#31abd5 #3159d5 #31d5ad

Monochromatic Colors of #31abd5

#31abd5

Complementary Color

#31abd5 #d55b31

#31abd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abd5 Color CSS Codes

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

#31abd5 Text Font Color

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

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


#31abd5 Background Color

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

This div background color is #31abd5


#31abd5 Border Color

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

This div border color is #31abd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abd5


Comments

No comments written yet.

Please login to write comment.