Color Hex Logo

#628866 Color Hex

#628866
(98,136,102)
0 Favorites   0 Comments

Color spaces of #628866

RGB 98136102
HSL0.350.160.46
HSV126°28°53°
CMYK 0.280.000.25   0.47
XYZ16.239421.164315.7996
Yxy21.16430.30520.3978
Hunter Lab46.0047-17.498611.8410
CIE-Lab53.1288-20.521814.0903

#628866 color RGB value is (98,136,102).

#628866 hex color red value is 98, green value is 136 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #628866 hue: 0.35 , saturation: 0.16 and the lightness value of 628866 is 0.46.

The process color (four color CMYK) of #628866 color hex is 0.28, 0.00, 0.25, 0.47. Web safe color of #628866 is #669966. Color #628866 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001000 01100110
Octal 142 210 146
Decimal 98 136 102
Hex 62 88 66

RGB Percentages of Color #628866

%29.17
%40.48
%30.36

CMYK Percentages of Color #628866

%28
%0
%25
%47

Triadic Colors of #628866

#628866 #666288 #886662

Analogous Colors of #628866

#628866 #628879 #718862

Monochromatic Colors of #628866

#628866

Complementary Color

#628866 #886284

#628866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628866 Color CSS Codes

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

#628866 Text Font Color

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

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


#628866 Background Color

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

This div background color is #628866


#628866 Border Color

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

This div border color is #628866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628866


Comments

No comments written yet.

Please login to write comment.