Color Hex Logo

#426066 Color Hex

#426066
(66,96,102)
0 Favorites   0 Comments

Color spaces of #426066

RGB 6696102
HSL0.530.210.33
HSV190°35°40°
CMYK 0.350.060.00   0.60
XYZ8.827910.483314.1286
Yxy10.48330.26400.3135
Hunter Lab32.3779-7.9930-3.2075
CIE-Lab38.6962-9.3249-6.9496

#426066 color RGB value is (66,96,102).

#426066 hex color red value is 66, green value is 96 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #426066 hue: 0.53 , saturation: 0.21 and the lightness value of 426066 is 0.33.

The process color (four color CMYK) of #426066 color hex is 0.35, 0.06, 0.00, 0.60. Web safe color of #426066 is #336666. Color #426066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 01100110
Octal 102 140 146
Decimal 66 96 102
Hex 42 60 66

RGB Percentages of Color #426066

%25.00
%36.36
%38.64

CMYK Percentages of Color #426066

%35
%6
%0
%60

Triadic Colors of #426066

#426066 #664260 #606642

Analogous Colors of #426066

#426066 #424e66 #42665a

Monochromatic Colors of #426066

#426066

Complementary Color

#426066 #664842

#426066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426066 Color CSS Codes

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

#426066 Text Font Color

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

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


#426066 Background Color

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

This div background color is #426066


#426066 Border Color

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

This div border color is #426066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426066


Comments

No comments written yet.

Please login to write comment.