Color Hex Logo

#426acc Color Hex

#426ACC
(66,106,204)
0 Favorites   0 Comments

Color spaces of #426acc

RGB 66106204
HSL0.620.580.53
HSV223°68°80°
CMYK 0.680.480.00   0.20
XYZ18.299915.826059.2169
Yxy15.82600.19610.1695
Hunter Lab39.781912.4927-60.4081
CIE-Lab46.745418.2635-55.0703

#426acc color RGB value is (66,106,204).

#426acc hex color red value is 66, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #426acc hue: 0.62 , saturation: 0.58 and the lightness value of 426acc is 0.53.

The process color (four color CMYK) of #426acc color hex is 0.68, 0.48, 0.00, 0.20. Web safe color of #426acc is #3366cc. Color #426acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 11001100
Octal 102 152 314
Decimal 66 106 204
Hex 42 6A CC

RGB Percentages of Color #426acc

%17.55
%28.19
%54.26

CMYK Percentages of Color #426acc

%68
%48
%0
%20

Triadic Colors of #426acc

#426acc #cc426a #6acc42

Analogous Colors of #426acc

#426acc #5f42cc #42afcc

Monochromatic Colors of #426acc

#426acc

Complementary Color

#426acc #cca442

#426acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#426acc Color CSS Codes

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

#426acc Text Font Color

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

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


#426acc Background Color

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

This div background color is #426acc


#426acc Border Color

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

This div border color is #426acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426acc


Comments

No comments written yet.

Please login to write comment.