Color Hex Logo

#426fde Color Hex

#426FDE
(66,111,222)
0 Favorites   0 Comments

Color spaces of #426fde

RGB 66111222
HSL0.620.700.56
HSV223°70°87°
CMYK 0.700.500.00   0.13
XYZ21.116017.801171.4303
Yxy17.80110.19140.1613
Hunter Lab42.191315.5011-70.8445
CIE-Lab49.254021.5598-61.2749

#426fde color RGB value is (66,111,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 11011110
Octal 102 157 336
Decimal 66 111 222
Hex 42 6F DE

RGB Percentages of Color #426fde

%16.54
%27.82
%55.64

CMYK Percentages of Color #426fde

%70
%50
%0
%13

Triadic Colors of #426fde

#426fde #de426f #6fde42

Analogous Colors of #426fde

#426fde #6342de #42bdde

Monochromatic Colors of #426fde

#426fde

Complementary Color

#426fde #deb142

#426fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fde Color CSS Codes

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

#426fde Text Font Color

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

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


#426fde Background Color

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

This div background color is #426fde


#426fde Border Color

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

This div border color is #426fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fde


Comments

No comments written yet.

Please login to write comment.