Color Hex Logo

#626e66 Color Hex

#626E66
(98,110,102)
0 Favorites   0 Comments

Color spaces of #626e66

RGB 98110102
HSL0.390.060.41
HSV140°11°43°
CMYK 0.110.000.07   0.57
XYZ13.011214.707814.7235
Yxy14.70780.30660.3465
Hunter Lab38.3507-6.55444.0831
CIE-Lab45.2314-6.23902.9163

#626e66 color RGB value is (98,110,102).

#626e66 hex color red value is 98, green value is 110 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #626e66 hue: 0.39 , saturation: 0.06 and the lightness value of 626e66 is 0.41.

The process color (four color CMYK) of #626e66 color hex is 0.11, 0.00, 0.07, 0.57. Web safe color of #626e66 is #666666. Color #626e66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 01100110
Octal 142 156 146
Decimal 98 110 102
Hex 62 6E 66

RGB Percentages of Color #626e66

%31.61
%35.48
%32.90

CMYK Percentages of Color #626e66

%11
%0
%7
%57

Triadic Colors of #626e66

#626e66 #66626e #6e6662

Analogous Colors of #626e66

#626e66 #626e6c #646e62

Monochromatic Colors of #626e66

#626e66

Complementary Color

#626e66 #6e626a

#626e66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626e66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626e66 Color CSS Codes

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

#626e66 Text Font Color

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

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


#626e66 Background Color

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

This div background color is #626e66


#626e66 Border Color

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

This div border color is #626e66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,110,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #626e66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #626e66;
  -webkit-box-shadow: 1px 1px 3px 2px #626e66;
  box-shadow:         1px 1px 3px 2px #626e66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,110,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 #626e66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626e66


Comments

No comments written yet.

Please login to write comment.