Color Hex Logo

#426bec Color Hex

#426BEC
(66,107,236)
0 Favorites   0 Comments

Color spaces of #426bec

RGB 66107236
HSL0.630.820.59
HSV226°72°93°
CMYK 0.720.550.00   0.07
XYZ22.644817.729881.5856
Yxy17.72980.18570.1454
Hunter Lab42.106822.3095-85.4049
CIE-Lab49.166729.0744-69.2988

#426bec color RGB value is (66,107,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 11101100
Octal 102 153 354
Decimal 66 107 236
Hex 42 6B EC

RGB Percentages of Color #426bec

%16.14
%26.16
%57.70

CMYK Percentages of Color #426bec

%72
%55
%0
%7

Triadic Colors of #426bec

#426bec #ec426b #6bec42

Analogous Colors of #426bec

#426bec #6e42ec #42c0ec

Monochromatic Colors of #426bec

#426bec

Complementary Color

#426bec #ecc342

#426bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bec Color CSS Codes

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

#426bec Text Font Color

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

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


#426bec Background Color

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

This div background color is #426bec


#426bec Border Color

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

This div border color is #426bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426bec


Comments

No comments written yet.

Please login to write comment.