Color Hex Logo

#426fac Color Hex

#426FAC
(66,111,172)
0 Favorites   0 Comments

Color spaces of #426fac

RGB 66111172
HSL0.600.450.47
HSV215°62°67°
CMYK 0.620.350.00   0.33
XYZ15.377615.505741.2121
Yxy15.50570.21330.2151
Hunter Lab39.37730.7975-34.4886
CIE-Lab46.31923.8328-37.2253

#426fac color RGB value is (66,111,172).

#426fac hex color red value is 66, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #426fac hue: 0.60 , saturation: 0.45 and the lightness value of 426fac is 0.47.

The process color (four color CMYK) of #426fac color hex is 0.62, 0.35, 0.00, 0.33. Web safe color of #426fac is #336699. Color #426fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10101100
Octal 102 157 254
Decimal 66 111 172
Hex 42 6F AC

RGB Percentages of Color #426fac

%18.91
%31.81
%49.28

CMYK Percentages of Color #426fac

%62
%35
%0
%33

Triadic Colors of #426fac

#426fac #ac426f #6fac42

Analogous Colors of #426fac

#426fac #4a42ac #42a4ac

Monochromatic Colors of #426fac

#426fac

Complementary Color

#426fac #ac7f42

#426fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#426fac Color CSS Codes

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

#426fac Text Font Color

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

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


#426fac Background Color

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

This div background color is #426fac


#426fac Border Color

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

This div border color is #426fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426fac

#426fac Color Palettes


Comments

No comments written yet.

Please login to write comment.