Color Hex Logo

#31abaa Color Hex

#31ABAA
(49,171,170)
0 Favorites   0 Comments

Color spaces of #31abaa

RGB 49171170
HSL0.500.550.43
HSV180°71°67°
CMYK 0.710.000.01   0.33
XYZ23.085232.681143.1216
Yxy32.68110.23340.3305
Hunter Lab57.1674-27.9615-4.7055
CIE-Lab63.9019-32.4425-9.1110

#31abaa color RGB value is (49,171,170).

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

The process color (four color CMYK) of #31abaa color hex is 0.71, 0.00, 0.01, 0.33. Web safe color of #31abaa is #339999. Color #31abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 10101010
Octal 61 253 252
Decimal 49 171 170
Hex 31 AB AA

RGB Percentages of Color #31abaa

%12.56
%43.85
%43.59

CMYK Percentages of Color #31abaa

%71
%0
%1
%33

Triadic Colors of #31abaa

#31abaa #aa31ab #abaa31

Analogous Colors of #31abaa

#31abaa #316fab #31ab6d

Monochromatic Colors of #31abaa

#31abaa

Complementary Color

#31abaa #ab3132

#31abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abaa Color CSS Codes

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

#31abaa Text Font Color

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

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


#31abaa Background Color

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

This div background color is #31abaa


#31abaa Border Color

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

This div border color is #31abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abaa


Comments

No comments written yet.

Please login to write comment.