Color Hex Logo

#628478 Color Hex

#628478
(98,132,120)
0 Favorites   0 Comments

Color spaces of #628478

RGB 98132120
HSL0.440.150.45
HSV159°26°52°
CMYK 0.260.000.09   0.48
XYZ16.678420.455320.8385
Yxy20.45530.28770.3528
Hunter Lab45.2275-13.32344.3415
CIE-Lab52.3481-14.67882.5851

#628478 color RGB value is (98,132,120).

#628478 hex color red value is 98, green value is 132 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #628478 hue: 0.44 , saturation: 0.15 and the lightness value of 628478 is 0.45.

The process color (four color CMYK) of #628478 color hex is 0.26, 0.00, 0.09, 0.48. Web safe color of #628478 is #669966. Color #628478 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000100 01111000
Octal 142 204 170
Decimal 98 132 120
Hex 62 84 78

RGB Percentages of Color #628478

%28.00
%37.71
%34.29

CMYK Percentages of Color #628478

%26
%0
%9
%48

Triadic Colors of #628478

#628478 #786284 #847862

Analogous Colors of #628478

#628478 #627f84 #628467

Monochromatic Colors of #628478

#628478

Complementary Color

#628478 #84626e

#628478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628478 Color CSS Codes

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

#628478 Text Font Color

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

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


#628478 Background Color

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

This div background color is #628478


#628478 Border Color

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

This div border color is #628478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628478


Comments

No comments written yet.

Please login to write comment.