Color Hex Logo

#426358 Color Hex

#426358
(66,99,88)
0 Favorites   0 Comments

Color spaces of #426358

RGB 669988
HSL0.440.200.32
HSV160°33°39°
CMYK 0.330.000.11   0.61
XYZ8.470110.786510.8681
Yxy10.78650.28120.3581
Hunter Lab32.8428-11.44013.3702
CIE-Lab39.2185-14.67772.4300

#426358 color RGB value is (66,99,88).

#426358 hex color red value is 66, green value is 99 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #426358 hue: 0.44 , saturation: 0.20 and the lightness value of 426358 is 0.32.

The process color (four color CMYK) of #426358 color hex is 0.33, 0.00, 0.11, 0.61. Web safe color of #426358 is #336666. Color #426358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 01011000
Octal 102 143 130
Decimal 66 99 88
Hex 42 63 58

RGB Percentages of Color #426358

%26.09
%39.13
%34.78

CMYK Percentages of Color #426358

%33
%0
%11
%61

Triadic Colors of #426358

#426358 #584263 #635842

Analogous Colors of #426358

#426358 #425e63 #426348

Monochromatic Colors of #426358

#426358

Complementary Color

#426358 #63424d

#426358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426358 Color CSS Codes

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

#426358 Text Font Color

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

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


#426358 Background Color

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

This div background color is #426358


#426358 Border Color

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

This div border color is #426358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426358


Comments

No comments written yet.

Please login to write comment.