Color Hex Logo

#628b82 Color Hex

#628B82
(98,139,130)
0 Favorites   0 Comments

Color spaces of #628b82

RGB 98139130
HSL0.460.170.46
HSV167°29°55°
CMYK 0.290.000.06   0.45
XYZ18.298922.673624.5311
Yxy22.67360.27940.3461
Hunter Lab47.6168-14.73272.7869
CIE-Lab54.7345-16.17780.2584

#628b82 color RGB value is (98,139,130).

#628b82 hex color red value is 98, green value is 139 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #628b82 hue: 0.46 , saturation: 0.17 and the lightness value of 628b82 is 0.46.

The process color (four color CMYK) of #628b82 color hex is 0.29, 0.00, 0.06, 0.45. Web safe color of #628b82 is #669999. Color #628b82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 10000010
Octal 142 213 202
Decimal 98 139 130
Hex 62 8B 82

RGB Percentages of Color #628b82

%26.70
%37.87
%35.42

CMYK Percentages of Color #628b82

%29
%0
%6
%45

Triadic Colors of #628b82

#628b82 #82628b #8b8262

Analogous Colors of #628b82

#628b82 #62808b #628b6e

Monochromatic Colors of #628b82

#628b82

Complementary Color

#628b82 #8b626b

#628b82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628b82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628b82 Color CSS Codes

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

#628b82 Text Font Color

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

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


#628b82 Background Color

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

This div background color is #628b82


#628b82 Border Color

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

This div border color is #628b82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628b82

#628b82 Color Palettes


Comments

No comments written yet.

Please login to write comment.