Color Hex Logo

#426fcc Color Hex

#426FCC
(66,111,204)
0 Favorites   0 Comments

Color spaces of #426fcc

RGB 66111204
HSL0.610.580.53
HSV220°68°80°
CMYK 0.680.460.00   0.20
XYZ18.830316.886859.3937
Yxy16.88680.19800.1775
Hunter Lab41.09369.8803-56.9281
CIE-Lab48.117115.1138-52.8676

#426fcc color RGB value is (66,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 11001100
Octal 102 157 314
Decimal 66 111 204
Hex 42 6F CC

RGB Percentages of Color #426fcc

%17.32
%29.13
%53.54

CMYK Percentages of Color #426fcc

%68
%46
%0
%20

Triadic Colors of #426fcc

#426fcc #cc426f #6fcc42

Analogous Colors of #426fcc

#426fcc #5a42cc #42b4cc

Monochromatic Colors of #426fcc

#426fcc

Complementary Color

#426fcc #cc9f42

#426fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fcc Color CSS Codes

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

#426fcc Text Font Color

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

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


#426fcc Background Color

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

This div background color is #426fcc


#426fcc Border Color

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

This div border color is #426fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fcc


Comments

No comments written yet.

Please login to write comment.