Color Hex Logo

#426e70 Color Hex

#426E70
(66,110,112)
0 Favorites   0 Comments

Color spaces of #426e70

RGB 66110112
HSL0.510.260.35
HSV183°41°44°
CMYK 0.410.020.00   0.56
XYZ10.747313.480017.3647
Yxy13.48000.25840.3241
Hunter Lab36.7151-12.0007-2.3411
CIE-Lab43.4778-14.5878-5.9112

#426e70 color RGB value is (66,110,112).

#426e70 hex color red value is 66, green value is 110 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #426e70 hue: 0.51 , saturation: 0.26 and the lightness value of 426e70 is 0.35.

The process color (four color CMYK) of #426e70 color hex is 0.41, 0.02, 0.00, 0.56. Web safe color of #426e70 is #336666. Color #426e70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 01110000
Octal 102 156 160
Decimal 66 110 112
Hex 42 6E 70

RGB Percentages of Color #426e70

%22.92
%38.19
%38.89

CMYK Percentages of Color #426e70

%41
%2
%0
%56

Triadic Colors of #426e70

#426e70 #70426e #6e7042

Analogous Colors of #426e70

#426e70 #425770 #42705b

Monochromatic Colors of #426e70

#426e70

Complementary Color

#426e70 #704442

#426e70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426e70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426e70 Color CSS Codes

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

#426e70 Text Font Color

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

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


#426e70 Background Color

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

This div background color is #426e70


#426e70 Border Color

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

This div border color is #426e70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426e70

#426e70 Color Palettes


Comments

No comments written yet.

Please login to write comment.