Color Hex Logo

#426fba Color Hex

#426FBA
(66,111,186)
0 Favorites   0 Comments

Color spaces of #426fba

RGB 66111186
HSL0.600.480.49
HSV218°65°73°
CMYK 0.650.400.00   0.27
XYZ16.794116.072348.6715
Yxy16.07230.20600.1971
Hunter Lab40.09034.6169-43.9177
CIE-Lab47.06928.7210-44.1814

#426fba color RGB value is (66,111,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10111010
Octal 102 157 272
Decimal 66 111 186
Hex 42 6F BA

RGB Percentages of Color #426fba

%18.18
%30.58
%51.24

CMYK Percentages of Color #426fba

%65
%40
%0
%27

Triadic Colors of #426fba

#426fba #ba426f #6fba42

Analogous Colors of #426fba

#426fba #5142ba #42abba

Monochromatic Colors of #426fba

#426fba

Complementary Color

#426fba #ba8d42

#426fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fba Color CSS Codes

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

#426fba Text Font Color

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

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


#426fba Background Color

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

This div background color is #426fba


#426fba Border Color

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

This div border color is #426fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fba


Comments

No comments written yet.

Please login to write comment.