Color Hex Logo

#318bac Color Hex

#318BAC
(49,139,172)
0 Favorites   0 Comments

Color spaces of #318bac

RGB 49139172
HSL0.540.560.43
HSV196°72°67°
CMYK 0.720.190.00   0.33
XYZ17.945622.096842.3490
Yxy22.09680.21780.2682
Hunter Lab47.0072-14.1180-20.5095
CIE-Lab54.1296-15.4403-25.0774

#318bac color RGB value is (49,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001011 10101100
Octal 61 213 254
Decimal 49 139 172
Hex 31 8B AC

RGB Percentages of Color #318bac

%13.61
%38.61
%47.78

CMYK Percentages of Color #318bac

%72
%19
%0
%33

Triadic Colors of #318bac

#318bac #ac318b #8bac31

Analogous Colors of #318bac

#318bac #314dac #31ac90

Monochromatic Colors of #318bac

#318bac

Complementary Color

#318bac #ac5231

#318bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#318bac Color CSS Codes

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

#318bac Text Font Color

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

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


#318bac Background Color

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

This div background color is #318bac


#318bac Border Color

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

This div border color is #318bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318bac


Comments

No comments written yet.

Please login to write comment.