Color Hex Logo

#689305 Color Hex

#689305
(104,147,5)
0 Favorites   0 Comments

Color spaces of #689305

RGB 1041475
HSL0.220.930.30
HSV78°97°58°
CMYK 0.290.000.97   0.42
XYZ16.170023.82153.8893
Yxy23.82150.36850.5429
Hunter Lab48.8073-26.275129.4405
CIE-Lab55.9086-32.899558.1135

#689305 color RGB value is (104,147,5).

#689305 hex color red value is 104, green value is 147 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #689305 hue: 0.22 , saturation: 0.93 and the lightness value of 689305 is 0.30.

The process color (four color CMYK) of #689305 color hex is 0.29, 0.00, 0.97, 0.42. Web safe color of #689305 is #669900. Color #689305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010011 00000101
Octal 150 223 5
Decimal 104 147 5
Hex 68 93 5

RGB Percentages of Color #689305

%40.63
%57.42
%1.95

CMYK Percentages of Color #689305

%29
%0
%97
%42

Triadic Colors of #689305

#689305 #056893 #930568

Analogous Colors of #689305

#689305 #219305 #937705

Monochromatic Colors of #689305

#689305

Complementary Color

#689305 #300593

#689305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689305 Color CSS Codes

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

#689305 Text Font Color

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

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


#689305 Background Color

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

This div background color is #689305


#689305 Border Color

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

This div border color is #689305


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,147,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #689305; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #689305;
  -webkit-box-shadow: 1px 1px 3px 2px #689305;
  box-shadow:         1px 1px 3px 2px #689305; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,147,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689305


Comments

No comments written yet.

Please login to write comment.