Color Hex Logo

#426bef Color Hex

#426BEF
(66,107,239)
0 Favorites   0 Comments

Color spaces of #426bef

RGB 66107239
HSL0.630.840.60
HSV226°72°94°
CMYK 0.720.550.00   0.06
XYZ23.084417.905683.9008
Yxy17.90560.18480.1434
Hunter Lab42.315023.3271-87.9377
CIE-Lab49.381430.1420-70.6309

#426bef color RGB value is (66,107,239).

#426bef hex color red value is 66, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #426bef hue: 0.63 , saturation: 0.84 and the lightness value of 426bef is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 11101111
Octal 102 153 357
Decimal 66 107 239
Hex 42 6B EF

RGB Percentages of Color #426bef

%16.02
%25.97
%58.01

CMYK Percentages of Color #426bef

%72
%55
%0
%6

Triadic Colors of #426bef

#426bef #ef426b #6bef42

Analogous Colors of #426bef

#426bef #7042ef #42c2ef

Monochromatic Colors of #426bef

#426bef

Complementary Color

#426bef #efc642

#426bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bef Color CSS Codes

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

#426bef Text Font Color

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

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


#426bef Background Color

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

This div background color is #426bef


#426bef Border Color

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

This div border color is #426bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426bef


Comments

No comments written yet.

Please login to write comment.