Color Hex Logo

#426874 Color Hex

#426874
(66,104,116)
0 Favorites   0 Comments

Color spaces of #426874

RGB 66104116
HSL0.540.270.36
HSV194°43°45°
CMYK 0.430.100.00   0.55
XYZ10.349512.319818.3555
Yxy12.31980.25230.3003
Hunter Lab35.0996-8.7915-6.4363
CIE-Lab41.7199-10.0317-10.9667

#426874 color RGB value is (66,104,116).

#426874 hex color red value is 66, green value is 104 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #426874 hue: 0.54 , saturation: 0.27 and the lightness value of 426874 is 0.36.

The process color (four color CMYK) of #426874 color hex is 0.43, 0.10, 0.00, 0.55. Web safe color of #426874 is #336666. Color #426874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 01110100
Octal 102 150 164
Decimal 66 104 116
Hex 42 68 74

RGB Percentages of Color #426874

%23.08
%36.36
%40.56

CMYK Percentages of Color #426874

%43
%10
%0
%55

Triadic Colors of #426874

#426874 #744268 #687442

Analogous Colors of #426874

#426874 #424f74 #427467

Monochromatic Colors of #426874

#426874

Complementary Color

#426874 #744e42

#426874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426874 Color CSS Codes

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

#426874 Text Font Color

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

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


#426874 Background Color

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

This div background color is #426874


#426874 Border Color

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

This div border color is #426874


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,104,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426874; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426874;
  -webkit-box-shadow: 1px 1px 3px 2px #426874;
  box-shadow:         1px 1px 3px 2px #426874; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426874


Comments

No comments written yet.

Please login to write comment.