Color Hex Logo

#426ead Color Hex

#426EAD
(66,110,173)
0 Favorites   0 Comments

Color spaces of #426ead

RGB 66110173
HSL0.600.450.47
HSV215°62°68°
CMYK 0.620.360.00   0.32
XYZ15.365515.327241.6838
Yxy15.32720.21230.2118
Hunter Lab39.15001.5449-35.7223
CIE-Lab46.07914.7960-38.1890

#426ead color RGB value is (66,110,173).

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

The process color (four color CMYK) of #426ead color hex is 0.62, 0.36, 0.00, 0.32. Web safe color of #426ead is #336699. Color #426ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 10101101
Octal 102 156 255
Decimal 66 110 173
Hex 42 6E AD

RGB Percentages of Color #426ead

%18.91
%31.52
%49.57

CMYK Percentages of Color #426ead

%62
%36
%0
%32

Triadic Colors of #426ead

#426ead #ad426e #6ead42

Analogous Colors of #426ead

#426ead #4b42ad #42a4ad

Monochromatic Colors of #426ead

#426ead

Complementary Color

#426ead #ad8142

#426ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#426ead Color CSS Codes

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

#426ead Text Font Color

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

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


#426ead Background Color

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

This div background color is #426ead


#426ead Border Color

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

This div border color is #426ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426ead


Comments

No comments written yet.

Please login to write comment.