Color Hex Logo

#426cbe Color Hex

#426CBE
(66,108,190)
0 Favorites   0 Comments

Color spaces of #426cbe

RGB 66108190
HSL0.610.490.50
HSV220°65°75°
CMYK 0.650.430.00   0.25
XYZ16.903615.601150.8356
Yxy15.60110.20280.1872
Hunter Lab39.49827.2687-48.6595
CIE-Lab46.446712.0125-47.4883

#426cbe color RGB value is (66,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 10111110
Octal 102 154 276
Decimal 66 108 190
Hex 42 6C BE

RGB Percentages of Color #426cbe

%18.13
%29.67
%52.20

CMYK Percentages of Color #426cbe

%65
%43
%0
%25

Triadic Colors of #426cbe

#426cbe #be426c #6cbe42

Analogous Colors of #426cbe

#426cbe #5642be #42aabe

Monochromatic Colors of #426cbe

#426cbe

Complementary Color

#426cbe #be9442

#426cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#426cbe Color CSS Codes

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

#426cbe Text Font Color

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

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


#426cbe Background Color

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

This div background color is #426cbe


#426cbe Border Color

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

This div border color is #426cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426cbe


Comments

No comments written yet.

Please login to write comment.