Color Hex Logo

#426cab Color Hex

#426CAB
(66,108,171)
0 Favorites   0 Comments

Color spaces of #426cab

RGB 66108171
HSL0.600.440.46
HSV216°61°67°
CMYK 0.610.370.00   0.33
XYZ14.960014.823640.6008
Yxy14.82360.21250.2106
Hunter Lab38.50141.9799-35.5719
CIE-Lab45.39165.3419-38.1056

#426cab color RGB value is (66,108,171).

#426cab hex color red value is 66, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #426cab hue: 0.60 , saturation: 0.44 and the lightness value of 426cab is 0.46.

The process color (four color CMYK) of #426cab color hex is 0.61, 0.37, 0.00, 0.33. Web safe color of #426cab is #336699. Color #426cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 10101011
Octal 102 154 253
Decimal 66 108 171
Hex 42 6C AB

RGB Percentages of Color #426cab

%19.13
%31.30
%49.57

CMYK Percentages of Color #426cab

%61
%37
%0
%33

Triadic Colors of #426cab

#426cab #ab426c #6cab42

Analogous Colors of #426cab

#426cab #4c42ab #42a1ab

Monochromatic Colors of #426cab

#426cab

Complementary Color

#426cab #ab8142

#426cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#426cab Color CSS Codes

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

#426cab Text Font Color

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

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


#426cab Background Color

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

This div background color is #426cab


#426cab Border Color

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

This div border color is #426cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426cab


Comments

No comments written yet.

Please login to write comment.