Color Hex Logo

#31abda Color Hex

#31ABDA
(49,171,218)
0 Favorites   0 Comments

Color spaces of #31abda

RGB 49171218
HSL0.550.700.52
HSV197°78°85°
CMYK 0.780.220.00   0.15
XYZ28.484434.840771.5533
Yxy34.84070.21120.2583
Hunter Lab59.0260-17.1561-30.5551
CIE-Lab65.6245-17.2293-33.1496

#31abda color RGB value is (49,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 11011010
Octal 61 253 332
Decimal 49 171 218
Hex 31 AB DA

RGB Percentages of Color #31abda

%11.19
%39.04
%49.77

CMYK Percentages of Color #31abda

%78
%22
%0
%15

Triadic Colors of #31abda

#31abda #da31ab #abda31

Analogous Colors of #31abda

#31abda #3156da #31dab5

Monochromatic Colors of #31abda

#31abda

Complementary Color

#31abda #da6031

#31abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abda Color CSS Codes

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

#31abda Text Font Color

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

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


#31abda Background Color

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

This div background color is #31abda


#31abda Border Color

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

This div border color is #31abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abda


Comments

No comments written yet.

Please login to write comment.