Color Hex Logo

#4286eb Color Hex

#4286EB
(66,134,235)
0 Favorites   0 Comments

Color spaces of #4286eb

RGB 66134235
HSL0.600.810.59
HSV216°72°92°
CMYK 0.720.430.00   0.08
XYZ25.767324.206681.9115
Yxy24.20660.19540.1835
Hunter Lab49.20027.3843-64.2695
CIE-Lab56.294111.9914-57.2518

#4286eb color RGB value is (66,134,235).

#4286eb hex color red value is 66, green value is 134 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4286eb hue: 0.60 , saturation: 0.81 and the lightness value of 4286eb is 0.59.

The process color (four color CMYK) of #4286eb color hex is 0.72, 0.43, 0.00, 0.08. Web safe color of #4286eb is #3399ff. Color #4286eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 11101011
Octal 102 206 353
Decimal 66 134 235
Hex 42 86 EB

RGB Percentages of Color #4286eb

%15.17
%30.80
%54.02

CMYK Percentages of Color #4286eb

%72
%43
%0
%8

Triadic Colors of #4286eb

#4286eb #eb4286 #86eb42

Analogous Colors of #4286eb

#4286eb #5242eb #42dbeb

Monochromatic Colors of #4286eb

#4286eb

Complementary Color

#4286eb #eba742

#4286eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4286eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4286eb Color CSS Codes

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

#4286eb Text Font Color

<p style="color:#4286eb">Text here</p>

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


#4286eb Background Color

<div style="background-color:#4286eb">
Div content here</div>

This div background color is #4286eb


#4286eb Border Color

<div style="border:3px solid #4286eb">
Div here</div>

This div border color is #4286eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,134,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4286eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4286eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4286eb;
  box-shadow:         1px 1px 3px 2px #4286eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4286eb


Comments

No comments written yet.

Please login to write comment.