Color Hex Logo

#426bee Color Hex

#426BEE
(66,107,238)
0 Favorites   0 Comments

Color spaces of #426bee

RGB 66107238
HSL0.630.830.60
HSV226°72°93°
CMYK 0.720.550.00   0.07
XYZ22.937117.846783.1248
Yxy17.84670.18510.1440
Hunter Lab42.245422.9871-87.0912
CIE-Lab49.309629.7864-70.1876

#426bee color RGB value is (66,107,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 11101110
Octal 102 153 356
Decimal 66 107 238
Hex 42 6B EE

RGB Percentages of Color #426bee

%16.06
%26.03
%57.91

CMYK Percentages of Color #426bee

%72
%55
%0
%7

Triadic Colors of #426bee

#426bee #ee426b #6bee42

Analogous Colors of #426bee

#426bee #6f42ee #42c1ee

Monochromatic Colors of #426bee

#426bee

Complementary Color

#426bee #eec542

#426bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bee Color CSS Codes

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

#426bee Text Font Color

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

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


#426bee Background Color

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

This div background color is #426bee


#426bee Border Color

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

This div border color is #426bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426bee


Comments

No comments written yet.

Please login to write comment.