Color Hex Logo

#318caa Color Hex

#318CAA
(49,140,170)
0 Favorites   0 Comments

Color spaces of #318caa

RGB 49140170
HSL0.540.550.43
HSV195°71°67°
CMYK 0.710.180.00   0.33
XYZ17.900422.311441.3933
Yxy22.31140.21940.2734
Hunter Lab47.2349-15.0159-18.8930
CIE-Lab54.3559-16.6567-23.5806

#318caa color RGB value is (49,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001100 10101010
Octal 61 214 252
Decimal 49 140 170
Hex 31 8C AA

RGB Percentages of Color #318caa

%13.65
%39.00
%47.35

CMYK Percentages of Color #318caa

%71
%18
%0
%33

Triadic Colors of #318caa

#318caa #aa318c #8caa31

Analogous Colors of #318caa

#318caa #3150aa #31aa8c

Monochromatic Colors of #318caa

#318caa

Complementary Color

#318caa #aa4f31

#318caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#318caa Color CSS Codes

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

#318caa Text Font Color

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

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


#318caa Background Color

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

This div background color is #318caa


#318caa Border Color

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

This div border color is #318caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318caa


Comments

No comments written yet.

Please login to write comment.