Color Hex Logo

#628386 Color Hex

#628386
(98,131,134)
0 Favorites   0 Comments

Color spaces of #628386

RGB 98131134
HSL0.510.160.45
HSV185°27°53°
CMYK 0.270.020.00   0.47
XYZ17.456420.550525.6009
Yxy20.55050.27440.3231
Hunter Lab45.3327-10.5966-1.7502
CIE-Lab52.4540-10.8485-5.4175

#628386 color RGB value is (98,131,134).

#628386 hex color red value is 98, green value is 131 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #628386 hue: 0.51 , saturation: 0.16 and the lightness value of 628386 is 0.45.

The process color (four color CMYK) of #628386 color hex is 0.27, 0.02, 0.00, 0.47. Web safe color of #628386 is #669999. Color #628386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000011 10000110
Octal 142 203 206
Decimal 98 131 134
Hex 62 83 86

RGB Percentages of Color #628386

%27.00
%36.09
%36.91

CMYK Percentages of Color #628386

%27
%2
%0
%47

Triadic Colors of #628386

#628386 #866283 #838662

Analogous Colors of #628386

#628386 #627186 #628677

Monochromatic Colors of #628386

#628386

Complementary Color

#628386 #866562

#628386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628386 Color CSS Codes

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

#628386 Text Font Color

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

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


#628386 Background Color

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

This div background color is #628386


#628386 Border Color

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

This div border color is #628386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628386


Comments

No comments written yet.

Please login to write comment.