Color Hex Logo

#426fbe Color Hex

#426FBE
(66,111,190)
0 Favorites   0 Comments

Color spaces of #426fbe

RGB 66111190
HSL0.610.490.50
HSV218°65°75°
CMYK 0.650.420.00   0.25
XYZ17.225516.244850.9429
Yxy16.24480.20410.1924
Hunter Lab40.30485.7539-46.7256
CIE-Lab47.294010.1340-46.1365

#426fbe color RGB value is (66,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10111110
Octal 102 157 276
Decimal 66 111 190
Hex 42 6F BE

RGB Percentages of Color #426fbe

%17.98
%30.25
%51.77

CMYK Percentages of Color #426fbe

%65
%42
%0
%25

Triadic Colors of #426fbe

#426fbe #be426f #6fbe42

Analogous Colors of #426fbe

#426fbe #5342be #42adbe

Monochromatic Colors of #426fbe

#426fbe

Complementary Color

#426fbe #be9142

#426fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fbe Color CSS Codes

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

#426fbe Text Font Color

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

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


#426fbe Background Color

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

This div background color is #426fbe


#426fbe Border Color

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

This div border color is #426fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fbe


Comments

No comments written yet.

Please login to write comment.