Color Hex Logo

#31aabc Color Hex

#31AABC
(49,170,188)
0 Favorites   0 Comments

Color spaces of #31aabc

RGB 49170188
HSL0.520.590.46
HSV188°74°74°
CMYK 0.740.100.00   0.26
XYZ24.718433.033352.6502
Yxy33.03330.22390.2992
Hunter Lab57.4746-23.8121-14.0810
CIE-Lab64.1879-26.4855-18.7247

#31aabc color RGB value is (49,170,188).

#31aabc hex color red value is 49, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #31aabc hue: 0.52 , saturation: 0.59 and the lightness value of 31aabc is 0.46.

The process color (four color CMYK) of #31aabc color hex is 0.74, 0.10, 0.00, 0.26. Web safe color of #31aabc is #3399cc. Color #31aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101010 10111100
Octal 61 252 274
Decimal 49 170 188
Hex 31 AA BC

RGB Percentages of Color #31aabc

%12.04
%41.77
%46.19

CMYK Percentages of Color #31aabc

%74
%10
%0
%26

Triadic Colors of #31aabc

#31aabc #bc31aa #aabc31

Analogous Colors of #31aabc

#31aabc #3165bc #31bc89

Monochromatic Colors of #31aabc

#31aabc

Complementary Color

#31aabc #bc4331

#31aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aabc Color CSS Codes

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

#31aabc Text Font Color

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

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


#31aabc Background Color

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

This div background color is #31aabc


#31aabc Border Color

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

This div border color is #31aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aabc


Comments

No comments written yet.

Please login to write comment.