Color Hex Logo

#426eea Color Hex

#426EEA
(66,110,234)
0 Favorites   0 Comments

Color spaces of #426eea

RGB 66110234
HSL0.620.800.59
HSV224°72°92°
CMYK 0.720.530.00   0.08
XYZ22.674018.250680.1696
Yxy18.25060.18720.1507
Hunter Lab42.720719.9775-81.3590
CIE-Lab49.798726.4838-67.1522

#426eea color RGB value is (66,110,234).

#426eea hex color red value is 66, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #426eea hue: 0.62 , saturation: 0.80 and the lightness value of 426eea is 0.59.

The process color (four color CMYK) of #426eea color hex is 0.72, 0.53, 0.00, 0.08. Web safe color of #426eea is #3366ff. Color #426eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 11101010
Octal 102 156 352
Decimal 66 110 234
Hex 42 6E EA

RGB Percentages of Color #426eea

%16.10
%26.83
%57.07

CMYK Percentages of Color #426eea

%72
%53
%0
%8

Triadic Colors of #426eea

#426eea #ea426e #6eea42

Analogous Colors of #426eea

#426eea #6a42ea #42c2ea

Monochromatic Colors of #426eea

#426eea

Complementary Color

#426eea #eabe42

#426eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#426eea Color CSS Codes

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

#426eea Text Font Color

<p style="color:#426eea">Text here</p>

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


#426eea Background Color

<div style="background-color:#426eea">
Div content here</div>

This div background color is #426eea


#426eea Border Color

<div style="border:3px solid #426eea">
Div here</div>

This div border color is #426eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,110,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426eea;
  -webkit-box-shadow: 1px 1px 3px 2px #426eea;
  box-shadow:         1px 1px 3px 2px #426eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,110,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 #426eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426eea


Comments

No comments written yet.

Please login to write comment.