Color Hex Logo

#629e74 Color Hex

#629E74
(98,158,116)
0 Favorites   0 Comments

Color spaces of #629e74

RGB 98158116
HSL0.380.240.50
HSV138°38°62°
CMYK 0.380.000.27   0.38
XYZ20.416228.311320.9116
Yxy28.31130.29320.4065
Hunter Lab53.2084-24.623713.9441
CIE-Lab60.1689-28.870515.9346

#629e74 color RGB value is (98,158,116).

#629e74 hex color red value is 98, green value is 158 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #629e74 hue: 0.38 , saturation: 0.24 and the lightness value of 629e74 is 0.50.

The process color (four color CMYK) of #629e74 color hex is 0.38, 0.00, 0.27, 0.38. Web safe color of #629e74 is #669966. Color #629e74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011110 01110100
Octal 142 236 164
Decimal 98 158 116
Hex 62 9E 74

RGB Percentages of Color #629e74

%26.34
%42.47
%31.18

CMYK Percentages of Color #629e74

%38
%0
%27
%38

Triadic Colors of #629e74

#629e74 #74629e #9e7462

Analogous Colors of #629e74

#629e74 #629e92 #6e9e62

Monochromatic Colors of #629e74

#629e74

Complementary Color

#629e74 #9e628c

#629e74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629e74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#629e74 Color CSS Codes

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

#629e74 Text Font Color

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

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


#629e74 Background Color

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

This div background color is #629e74


#629e74 Border Color

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

This div border color is #629e74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,158,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #629e74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #629e74;
  -webkit-box-shadow: 1px 1px 3px 2px #629e74;
  box-shadow:         1px 1px 3px 2px #629e74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629e74


Comments

No comments written yet.

Please login to write comment.