Color Hex Logo

#318aec Color Hex

#318AEC
(49,138,236)
0 Favorites   0 Comments

Color spaces of #318aec

RGB 49138236
HSL0.590.830.56
HSV211°79°93°
CMYK 0.790.420.00   0.07
XYZ25.495424.886182.8166
Yxy24.88610.19140.1868
Hunter Lab49.88603.9262-63.5082
CIE-Lab56.96437.9603-56.7638

#318aec color RGB value is (49,138,236).

#318aec hex color red value is 49, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #318aec hue: 0.59 , saturation: 0.83 and the lightness value of 318aec is 0.56.

The process color (four color CMYK) of #318aec color hex is 0.79, 0.42, 0.00, 0.07. Web safe color of #318aec is #3399ff. Color #318aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001010 11101100
Octal 61 212 354
Decimal 49 138 236
Hex 31 8A EC

RGB Percentages of Color #318aec

%11.58
%32.62
%55.79

CMYK Percentages of Color #318aec

%79
%42
%0
%7

Triadic Colors of #318aec

#318aec #ec318a #8aec31

Analogous Colors of #318aec

#318aec #3531ec #31e8ec

Monochromatic Colors of #318aec

#318aec

Complementary Color

#318aec #ec9331

#318aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#318aec Color CSS Codes

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

#318aec Text Font Color

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

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


#318aec Background Color

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

This div background color is #318aec


#318aec Border Color

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

This div border color is #318aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318aec


Comments

No comments written yet.

Please login to write comment.