Color Hex Logo

#426869 Color Hex

#426869
(66,104,105)
1 Favorites   0 Comments

Color spaces of #426869

RGB 66104105
HSL0.500.230.34
HSV182°37°41°
CMYK 0.370.010.00   0.59
XYZ9.746912.078815.1823
Yxy12.07880.26340.3264
Hunter Lab34.7546-10.7603-1.5722
CIE-Lab41.3411-13.1256-4.8465

#426869 color RGB value is (66,104,105).

#426869 hex color red value is 66, green value is 104 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #426869 hue: 0.50 , saturation: 0.23 and the lightness value of 426869 is 0.34.

The process color (four color CMYK) of #426869 color hex is 0.37, 0.01, 0.00, 0.59. Web safe color of #426869 is #336666. Color #426869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 01101001
Octal 102 150 151
Decimal 66 104 105
Hex 42 68 69

RGB Percentages of Color #426869

%24.00
%37.82
%38.18

CMYK Percentages of Color #426869

%37
%1
%0
%59

Triadic Colors of #426869

#426869 #694268 #686942

Analogous Colors of #426869

#426869 #425569 #426957

Monochromatic Colors of #426869

#426869

Complementary Color

#426869 #694342

#426869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426869 Color CSS Codes

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

#426869 Text Font Color

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

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


#426869 Background Color

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

This div background color is #426869


#426869 Border Color

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

This div border color is #426869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426869


Comments

No comments written yet.

Please login to write comment.