Color Hex Logo

#426265 Color Hex

#426265
(66,98,101)
0 Favorites   0 Comments

Color spaces of #426265

RGB 6698101
HSL0.510.210.33
HSV185°35°40°
CMYK 0.350.030.00   0.60
XYZ8.963410.833213.9305
Yxy10.83320.26580.3212
Hunter Lab32.9138-8.9884-2.0543
CIE-Lab39.2981-10.7665-5.4364

#426265 color RGB value is (66,98,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100010 01100101
Octal 102 142 145
Decimal 66 98 101
Hex 42 62 65

RGB Percentages of Color #426265

%24.91
%36.98
%38.11

CMYK Percentages of Color #426265

%35
%3
%0
%60

Triadic Colors of #426265

#426265 #654262 #626542

Analogous Colors of #426265

#426265 #425165 #426557

Monochromatic Colors of #426265

#426265

Complementary Color

#426265 #654542

#426265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426265 Color CSS Codes

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

#426265 Text Font Color

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

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


#426265 Background Color

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

This div background color is #426265


#426265 Border Color

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

This div border color is #426265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426265


Comments

No comments written yet.

Please login to write comment.