Color Hex Logo

#426986 Color Hex

#426986
(66,105,134)
0 Favorites   0 Comments

Color spaces of #426986

RGB 66105134
HSL0.570.340.39
HSV206°51°53°
CMYK 0.510.220.00   0.47
XYZ11.601412.982624.4487
Yxy12.98260.23660.2648
Hunter Lab36.0314-5.5814-15.0086
CIE-Lab42.7370-5.1526-20.2906

#426986 color RGB value is (66,105,134).

#426986 hex color red value is 66, green value is 105 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #426986 hue: 0.57 , saturation: 0.34 and the lightness value of 426986 is 0.39.

The process color (four color CMYK) of #426986 color hex is 0.51, 0.22, 0.00, 0.47. Web safe color of #426986 is #336699. Color #426986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101001 10000110
Octal 102 151 206
Decimal 66 105 134
Hex 42 69 86

RGB Percentages of Color #426986

%21.64
%34.43
%43.93

CMYK Percentages of Color #426986

%51
%22
%0
%47

Triadic Colors of #426986

#426986 #864269 #698642

Analogous Colors of #426986

#426986 #424786 #428681

Monochromatic Colors of #426986

#426986

Complementary Color

#426986 #865f42

#426986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426986 Color CSS Codes

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

#426986 Text Font Color

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

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


#426986 Background Color

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

This div background color is #426986


#426986 Border Color

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

This div border color is #426986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,105,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426986;
  -webkit-box-shadow: 1px 1px 3px 2px #426986;
  box-shadow:         1px 1px 3px 2px #426986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426986


Comments

No comments written yet.

Please login to write comment.