Color Hex Logo

#31aaab Color Hex

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

Color spaces of #31aaab

RGB 49170171
HSL0.500.550.43
HSV180°71°67°
CMYK 0.710.010.00   0.33
XYZ22.992032.342743.5590
Yxy32.34270.23250.3270
Hunter Lab56.8706-27.3586-5.6026
CIE-Lab63.6251-31.6701-10.0831

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

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

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

Base Numbers

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

RGB Percentages of Color #31aaab

%12.56
%43.59
%43.85

CMYK Percentages of Color #31aaab

%71
%1
%0
%33

Triadic Colors of #31aaab

#31aaab #ab31aa #aaab31

Analogous Colors of #31aaab

#31aaab #316dab #31ab6f

Monochromatic Colors of #31aaab

#31aaab

Complementary Color

#31aaab #ab3231

#31aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aaab Color CSS Codes

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

#31aaab Text Font Color

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

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


#31aaab Background Color

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

This div background color is #31aaab


#31aaab Border Color

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

This div border color is #31aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aaab


Comments

No comments written yet.

Please login to write comment.