Color Hex Logo

#426eab Color Hex

#426EAB
(66,110,171)
0 Favorites   0 Comments

Color spaces of #426eab

RGB 66110171
HSL0.600.440.46
HSV215°61°67°
CMYK 0.610.360.00   0.33
XYZ15.173415.250440.6720
Yxy15.25040.21340.2145
Hunter Lab39.05181.0149-34.4137
CIE-Lab45.97534.1038-37.1835

#426eab color RGB value is (66,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 10101011
Octal 102 156 253
Decimal 66 110 171
Hex 42 6E AB

RGB Percentages of Color #426eab

%19.02
%31.70
%49.28

CMYK Percentages of Color #426eab

%61
%36
%0
%33

Triadic Colors of #426eab

#426eab #ab426e #6eab42

Analogous Colors of #426eab

#426eab #4a42ab #42a3ab

Monochromatic Colors of #426eab

#426eab

Complementary Color

#426eab #ab7f42

#426eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#426eab Color CSS Codes

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

#426eab Text Font Color

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

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


#426eab Background Color

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

This div background color is #426eab


#426eab Border Color

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

This div border color is #426eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426eab


Comments

No comments written yet.

Please login to write comment.