Color Hex Logo

#629681 Color Hex

#629681
(98,150,129)
0 Favorites   0 Comments

Color spaces of #629681

RGB 98150129
HSL0.430.210.49
HSV156°35°59°
CMYK 0.350.000.14   0.41
XYZ19.905825.994324.7371
Yxy25.99430.28180.3680
Hunter Lab50.9846-19.53176.9224
CIE-Lab58.0316-22.17445.6034

#629681 color RGB value is (98,150,129).

#629681 hex color red value is 98, green value is 150 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #629681 hue: 0.43 , saturation: 0.21 and the lightness value of 629681 is 0.49.

The process color (four color CMYK) of #629681 color hex is 0.35, 0.00, 0.14, 0.41. Web safe color of #629681 is #669999. Color #629681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010110 10000001
Octal 142 226 201
Decimal 98 150 129
Hex 62 96 81

RGB Percentages of Color #629681

%25.99
%39.79
%34.22

CMYK Percentages of Color #629681

%35
%0
%14
%41

Triadic Colors of #629681

#629681 #816296 #968162

Analogous Colors of #629681

#629681 #629196 #629667

Monochromatic Colors of #629681

#629681

Complementary Color

#629681 #966277

#629681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#629681 Color CSS Codes

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

#629681 Text Font Color

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

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


#629681 Background Color

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

This div background color is #629681


#629681 Border Color

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

This div border color is #629681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629681


Comments

No comments written yet.

Please login to write comment.