Color Hex Logo

#426aba Color Hex

#426ABA
(66,106,186)
0 Favorites   0 Comments

Color spaces of #426aba

RGB 66106186
HSL0.610.480.49
HSV220°65°73°
CMYK 0.650.430.00   0.27
XYZ16.263715.011548.4947
Yxy15.01150.20390.1882
Hunter Lab38.74477.1251-47.0889
CIE-Lab45.649911.8531-46.4430

#426aba color RGB value is (66,106,186).

#426aba hex color red value is 66, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #426aba hue: 0.61 , saturation: 0.48 and the lightness value of 426aba is 0.49.

The process color (four color CMYK) of #426aba color hex is 0.65, 0.43, 0.00, 0.27. Web safe color of #426aba is #3366cc. Color #426aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 10111010
Octal 102 152 272
Decimal 66 106 186
Hex 42 6A BA

RGB Percentages of Color #426aba

%18.44
%29.61
%51.96

CMYK Percentages of Color #426aba

%65
%43
%0
%27

Triadic Colors of #426aba

#426aba #ba426a #6aba42

Analogous Colors of #426aba

#426aba #5642ba #42a6ba

Monochromatic Colors of #426aba

#426aba

Complementary Color

#426aba #ba9242

#426aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#426aba Color CSS Codes

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

#426aba Text Font Color

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

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


#426aba Background Color

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

This div background color is #426aba


#426aba Border Color

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

This div border color is #426aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426aba


Comments

No comments written yet.

Please login to write comment.