Color Hex Logo

#4e86ea Color Hex

#4E86EA
(78,134,234)
0 Favorites   0 Comments

Color spaces of #4e86ea

RGB 78134234
HSL0.610.790.61
HSV218°67°92°
CMYK 0.670.430.00   0.08
XYZ26.518324.610481.1945
Yxy24.61040.20040.1860
Hunter Lab49.60898.6012-62.3133
CIE-Lab56.693813.3821-56.0303

#4e86ea color RGB value is (78,134,234).

#4e86ea hex color red value is 78, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4e86ea hue: 0.61 , saturation: 0.79 and the lightness value of 4e86ea is 0.61.

The process color (four color CMYK) of #4e86ea color hex is 0.67, 0.43, 0.00, 0.08. Web safe color of #4e86ea is #6699ff. Color #4e86ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000110 11101010
Octal 116 206 352
Decimal 78 134 234
Hex 4E 86 EA

RGB Percentages of Color #4e86ea

%17.49
%30.04
%52.47

CMYK Percentages of Color #4e86ea

%67
%43
%0
%8

Triadic Colors of #4e86ea

#4e86ea #ea4e86 #86ea4e

Analogous Colors of #4e86ea

#4e86ea #644eea #4ed4ea

Monochromatic Colors of #4e86ea

#4e86ea

Complementary Color

#4e86ea #eab24e

#4e86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e86ea Color CSS Codes

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

#4e86ea Text Font Color

<p style="color:#4e86ea">Text here</p>

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


#4e86ea Background Color

<div style="background-color:#4e86ea">
Div content here</div>

This div background color is #4e86ea


#4e86ea Border Color

<div style="border:3px solid #4e86ea">
Div here</div>

This div border color is #4e86ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,134,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e86ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e86ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4e86ea;
  box-shadow:         1px 1px 3px 2px #4e86ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,134,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e86ea


Comments

No comments written yet.

Please login to write comment.