Color Hex Logo

#628814 Color Hex

#628814
(98,136,20)
0 Favorites   0 Comments

Color spaces of #628814

RGB 9813620
HSL0.220.740.31
HSV80°85°53°
CMYK 0.280.000.85   0.47
XYZ13.967420.25553.8354
Yxy20.25550.36700.5322
Hunter Lab45.0061-23.364226.4516
CIE-Lab52.1249-29.788451.8955

#628814 color RGB value is (98,136,20).

#628814 hex color red value is 98, green value is 136 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #628814 hue: 0.22 , saturation: 0.74 and the lightness value of 628814 is 0.31.

The process color (four color CMYK) of #628814 color hex is 0.28, 0.00, 0.85, 0.47. Web safe color of #628814 is #669900. Color #628814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001000 00010100
Octal 142 210 24
Decimal 98 136 20
Hex 62 88 14

RGB Percentages of Color #628814

%38.58
%53.54
%7.87

CMYK Percentages of Color #628814

%28
%0
%85
%47

Triadic Colors of #628814

#628814 #146288 #881462

Analogous Colors of #628814

#628814 #288814 #887414

Monochromatic Colors of #628814

#628814

Complementary Color

#628814 #3a1488

#628814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628814 Color CSS Codes

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

#628814 Text Font Color

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

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


#628814 Background Color

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

This div background color is #628814


#628814 Border Color

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

This div border color is #628814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628814


Comments

No comments written yet.

Please login to write comment.