Color Hex Logo

#426bda Color Hex

#426BDA
(66,107,218)
0 Favorites   0 Comments

Color spaces of #426bda

RGB 66107218
HSL0.620.670.56
HSV224°70°85°
CMYK 0.700.510.00   0.15
XYZ20.159416.735668.4974
Yxy16.73560.19130.1588
Hunter Lab40.909216.3710-70.6374
CIE-Lab47.925122.6437-61.1542

#426bda color RGB value is (66,107,218).

#426bda hex color red value is 66, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #426bda hue: 0.62 , saturation: 0.67 and the lightness value of 426bda is 0.56.

The process color (four color CMYK) of #426bda color hex is 0.70, 0.51, 0.00, 0.15. Web safe color of #426bda is #3366cc. Color #426bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 11011010
Octal 102 153 332
Decimal 66 107 218
Hex 42 6B DA

RGB Percentages of Color #426bda

%16.88
%27.37
%55.75

CMYK Percentages of Color #426bda

%70
%51
%0
%15

Triadic Colors of #426bda

#426bda #da426b #6bda42

Analogous Colors of #426bda

#426bda #6542da #42b7da

Monochromatic Colors of #426bda

#426bda

Complementary Color

#426bda #dab142

#426bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bda Color CSS Codes

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

#426bda Text Font Color

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

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


#426bda Background Color

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

This div background color is #426bda


#426bda Border Color

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

This div border color is #426bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426bda


Comments

No comments written yet.

Please login to write comment.