Color Hex Logo

#426ecf Color Hex

#426ECF
(66,110,207)
0 Favorites   0 Comments

Color spaces of #426ecf

RGB 66110207
HSL0.610.590.54
HSV221°68°81°
CMYK 0.680.470.00   0.19
XYZ19.085216.815161.2712
Yxy16.81510.19640.1730
Hunter Lab41.006211.3170-59.8863
CIE-Lab48.026216.8149-54.7284

#426ecf color RGB value is (66,110,207).

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

The process color (four color CMYK) of #426ecf color hex is 0.68, 0.47, 0.00, 0.19. Web safe color of #426ecf is #3366cc. Color #426ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 11001111
Octal 102 156 317
Decimal 66 110 207
Hex 42 6E CF

RGB Percentages of Color #426ecf

%17.23
%28.72
%54.05

CMYK Percentages of Color #426ecf

%68
%47
%0
%19

Triadic Colors of #426ecf

#426ecf #cf426e #6ecf42

Analogous Colors of #426ecf

#426ecf #5c42cf #42b5cf

Monochromatic Colors of #426ecf

#426ecf

Complementary Color

#426ecf #cfa342

#426ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#426ecf Color CSS Codes

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

#426ecf Text Font Color

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

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


#426ecf Background Color

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

This div background color is #426ecf


#426ecf Border Color

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

This div border color is #426ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426ecf


Comments

No comments written yet.

Please login to write comment.