Color Hex Logo

#426beb Color Hex

#426BEB
(66,107,235)
0 Favorites   0 Comments

Color spaces of #426beb

RGB 66107235
HSL0.630.810.59
HSV225°72°92°
CMYK 0.720.540.00   0.08
XYZ22.499917.671880.8224
Yxy17.67180.18600.1461
Hunter Lab42.037821.9723-84.5651
CIE-Lab49.095628.7185-68.8532

#426beb color RGB value is (66,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 11101011
Octal 102 153 353
Decimal 66 107 235
Hex 42 6B EB

RGB Percentages of Color #426beb

%16.18
%26.23
%57.60

CMYK Percentages of Color #426beb

%72
%54
%0
%8

Triadic Colors of #426beb

#426beb #eb426b #6beb42

Analogous Colors of #426beb

#426beb #6e42eb #42c0eb

Monochromatic Colors of #426beb

#426beb

Complementary Color

#426beb #ebc242

#426beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426beb Color CSS Codes

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

#426beb Text Font Color

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

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


#426beb Background Color

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

This div background color is #426beb


#426beb Border Color

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

This div border color is #426beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426beb


Comments

No comments written yet.

Please login to write comment.