Color Hex Logo

#628a7a Color Hex

#628A7A
(98,138,122)
0 Favorites   0 Comments

Color spaces of #628a7a

RGB 98138122
HSL0.430.170.46
HSV156°29°54°
CMYK 0.290.000.12   0.46
XYZ17.638322.178821.7636
Yxy22.17880.28640.3602
Hunter Lab47.0944-15.56145.5665
CIE-Lab54.2162-17.46054.1250

#628a7a color RGB value is (98,138,122).

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

The process color (four color CMYK) of #628a7a color hex is 0.29, 0.00, 0.12, 0.46. Web safe color of #628a7a is #669966. Color #628a7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 01111010
Octal 142 212 172
Decimal 98 138 122
Hex 62 8A 7A

RGB Percentages of Color #628a7a

%27.37
%38.55
%34.08

CMYK Percentages of Color #628a7a

%29
%0
%12
%46

Triadic Colors of #628a7a

#628a7a #7a628a #8a7a62

Analogous Colors of #628a7a

#628a7a #62868a #628a66

Monochromatic Colors of #628a7a

#628a7a

Complementary Color

#628a7a #8a6272

#628a7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628a7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#628a7a Color CSS Codes

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

#628a7a Text Font Color

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

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


#628a7a Background Color

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

This div background color is #628a7a


#628a7a Border Color

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

This div border color is #628a7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628a7a


Comments

No comments written yet.

Please login to write comment.