Color Hex Logo

#626267 Color Hex

#626267
(98,98,103)
0 Favorites   0 Comments

Color spaces of #626267

RGB 9898103
HSL0.670.020.39
HSV240°40°
CMYK 0.050.050.00   0.60
XYZ11.852912.311314.5836
Yxy12.31130.30590.3177
Hunter Lab35.0875-1.1040-0.0818
CIE-Lab41.70671.0680-2.8346

#626267 color RGB value is (98,98,103).

#626267 hex color red value is 98, green value is 98 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #626267 hue: 0.67 , saturation: 0.02 and the lightness value of 626267 is 0.39.

The process color (four color CMYK) of #626267 color hex is 0.05, 0.05, 0.00, 0.60. Web safe color of #626267 is #666666. Color #626267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100010 01100111
Octal 142 142 147
Decimal 98 98 103
Hex 62 62 67

RGB Percentages of Color #626267

%32.78
%32.78
%34.45

CMYK Percentages of Color #626267

%5
%5
%0
%60

Triadic Colors of #626267

#626267 #676262 #626762

Analogous Colors of #626267

#626267 #656267 #626567

Monochromatic Colors of #626267

#626267

Complementary Color

#626267 #676762

#626267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626267 Color CSS Codes

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

#626267 Text Font Color

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

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


#626267 Background Color

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

This div background color is #626267


#626267 Border Color

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

This div border color is #626267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626267


Comments

No comments written yet.

Please login to write comment.