Color Hex Logo

#318ced Color Hex

#318CED
(49,140,237)
0 Favorites   0 Comments

Color spaces of #318ced

RGB 49140237
HSL0.590.840.56
HSV211°79°93°
CMYK 0.790.410.00   0.07
XYZ25.930825.523683.6806
Yxy25.52360.19190.1889
Hunter Lab50.52093.2069-62.8408
CIE-Lab57.58217.1227-56.3313

#318ced color RGB value is (49,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001100 11101101
Octal 61 214 355
Decimal 49 140 237
Hex 31 8C ED

RGB Percentages of Color #318ced

%11.50
%32.86
%55.63

CMYK Percentages of Color #318ced

%79
%41
%0
%7

Triadic Colors of #318ced

#318ced #ed318c #8ced31

Analogous Colors of #318ced

#318ced #3431ed #31eaed

Monochromatic Colors of #318ced

#318ced

Complementary Color

#318ced #ed9231

#318ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#318ced Color CSS Codes

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

#318ced Text Font Color

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

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


#318ced Background Color

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

This div background color is #318ced


#318ced Border Color

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

This div border color is #318ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318ced


Comments

No comments written yet.

Please login to write comment.