Color Hex Logo

#4686ec Color Hex

#4686EC
(70,134,236)
0 Favorites   0 Comments

Color spaces of #4686ec

RGB 70134236
HSL0.600.810.60
HSV217°70°93°
CMYK 0.700.430.00   0.07
XYZ26.191224.408482.6878
Yxy24.40840.19650.1831
Hunter Lab49.40498.1704-64.6489
CIE-Lab56.494412.8928-57.4792

#4686ec color RGB value is (70,134,236).

#4686ec hex color red value is 70, green value is 134 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4686ec hue: 0.60 , saturation: 0.81 and the lightness value of 4686ec is 0.60.

The process color (four color CMYK) of #4686ec color hex is 0.70, 0.43, 0.00, 0.07. Web safe color of #4686ec is #3399ff. Color #4686ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000110 11101100
Octal 106 206 354
Decimal 70 134 236
Hex 46 86 EC

RGB Percentages of Color #4686ec

%15.91
%30.45
%53.64

CMYK Percentages of Color #4686ec

%70
%43
%0
%7

Triadic Colors of #4686ec

#4686ec #ec4686 #86ec46

Analogous Colors of #4686ec

#4686ec #5946ec #46d9ec

Monochromatic Colors of #4686ec

#4686ec

Complementary Color

#4686ec #ecac46

#4686ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4686ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4686ec Color CSS Codes

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

#4686ec Text Font Color

<p style="color:#4686ec">Text here</p>

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


#4686ec Background Color

<div style="background-color:#4686ec">
Div content here</div>

This div background color is #4686ec


#4686ec Border Color

<div style="border:3px solid #4686ec">
Div here</div>

This div border color is #4686ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,134,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4686ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4686ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4686ec;
  box-shadow:         1px 1px 3px 2px #4686ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,134,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 #4686ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4686ec


Comments

No comments written yet.

Please login to write comment.