Color Hex Logo

#426eed Color Hex

#426EED
(66,110,237)
0 Favorites   0 Comments

Color spaces of #426eed

RGB 66110237
HSL0.620.830.59
HSV225°72°93°
CMYK 0.720.540.00   0.07
XYZ23.108818.424582.4591
Yxy18.42450.18640.1486
Hunter Lab42.923820.9822-83.8530
CIE-Lab50.007027.5554-68.4960

#426eed color RGB value is (66,110,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 11101101
Octal 102 156 355
Decimal 66 110 237
Hex 42 6E ED

RGB Percentages of Color #426eed

%15.98
%26.63
%57.38

CMYK Percentages of Color #426eed

%72
%54
%0
%7

Triadic Colors of #426eed

#426eed #ed426e #6eed42

Analogous Colors of #426eed

#426eed #6c42ed #42c4ed

Monochromatic Colors of #426eed

#426eed

Complementary Color

#426eed #edc142

#426eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#426eed Color CSS Codes

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

#426eed Text Font Color

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

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


#426eed Background Color

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

This div background color is #426eed


#426eed Border Color

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

This div border color is #426eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426eed


Comments

No comments written yet.

Please login to write comment.