Color Hex Logo

#318bab Color Hex

#318BAB
(49,139,171)
0 Favorites   0 Comments

Color spaces of #318bab

RGB 49139171
HSL0.540.550.43
HSV196°71°67°
CMYK 0.710.190.00   0.33
XYZ17.849922.058541.8450
Yxy22.05850.21830.2698
Hunter Lab46.9665-14.3513-19.9482
CIE-Lab54.0890-15.7763-24.5658

#318bab color RGB value is (49,139,171).

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

The process color (four color CMYK) of #318bab color hex is 0.71, 0.19, 0.00, 0.33. Web safe color of #318bab is #339999. Color #318bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001011 10101011
Octal 61 213 253
Decimal 49 139 171
Hex 31 8B AB

RGB Percentages of Color #318bab

%13.65
%38.72
%47.63

CMYK Percentages of Color #318bab

%71
%19
%0
%33

Triadic Colors of #318bab

#318bab #ab318b #8bab31

Analogous Colors of #318bab

#318bab #314eab #31ab8e

Monochromatic Colors of #318bab

#318bab

Complementary Color

#318bab #ab5131

#318bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#318bab Color CSS Codes

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

#318bab Text Font Color

<p style="color:#318bab">Text here</p>

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


#318bab Background Color

<div style="background-color:#318bab">
Div content here</div>

This div background color is #318bab


#318bab Border Color

<div style="border:3px solid #318bab">
Div here</div>

This div border color is #318bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,139,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 #318bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318bab


Comments

No comments written yet.

Please login to write comment.