Color Hex Logo

#426bdf Color Hex

#426BDF
(66,107,223)
0 Favorites   0 Comments

Color spaces of #426bdf

RGB 66107223
HSL0.620.710.57
HSV224°70°87°
CMYK 0.700.520.00   0.13
XYZ20.823717.001471.9961
Yxy17.00140.18960.1548
Hunter Lab41.232817.9902-74.6627
CIE-Lab48.261824.4326-63.4432

#426bdf color RGB value is (66,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 11011111
Octal 102 153 337
Decimal 66 107 223
Hex 42 6B DF

RGB Percentages of Color #426bdf

%16.67
%27.02
%56.31

CMYK Percentages of Color #426bdf

%70
%52
%0
%13

Triadic Colors of #426bdf

#426bdf #df426b #6bdf42

Analogous Colors of #426bdf

#426bdf #6842df #42badf

Monochromatic Colors of #426bdf

#426bdf

Complementary Color

#426bdf #dfb642

#426bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bdf Color CSS Codes

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

#426bdf Text Font Color

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

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


#426bdf Background Color

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

This div background color is #426bdf


#426bdf Border Color

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

This div border color is #426bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426bdf


Comments

No comments written yet.

Please login to write comment.