Color Hex Logo

#426cee Color Hex

#426CEE
(66,108,238)
0 Favorites   0 Comments

Color spaces of #426cee

RGB 66108238
HSL0.630.830.60
HSV225°72°93°
CMYK 0.720.550.00   0.07
XYZ23.041918.056483.1597
Yxy18.05640.18540.1453
Hunter Lab42.492822.4299-86.2873
CIE-Lab49.564429.1615-69.7739

#426cee color RGB value is (66,108,238).

#426cee hex color red value is 66, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #426cee hue: 0.63 , saturation: 0.83 and the lightness value of 426cee is 0.60.

The process color (four color CMYK) of #426cee color hex is 0.72, 0.55, 0.00, 0.07. Web safe color of #426cee is #3366ff. Color #426cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 11101110
Octal 102 154 356
Decimal 66 108 238
Hex 42 6C EE

RGB Percentages of Color #426cee

%16.02
%26.21
%57.77

CMYK Percentages of Color #426cee

%72
%55
%0
%7

Triadic Colors of #426cee

#426cee #ee426c #6cee42

Analogous Colors of #426cee

#426cee #6e42ee #42c2ee

Monochromatic Colors of #426cee

#426cee

Complementary Color

#426cee #eec442

#426cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#426cee Color CSS Codes

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

#426cee Text Font Color

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

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


#426cee Background Color

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

This div background color is #426cee


#426cee Border Color

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

This div border color is #426cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426cee


Comments

No comments written yet.

Please login to write comment.