Color Hex Logo

#698305 Color Hex

#698305
(105,131,5)
0 Favorites   0 Comments

Color spaces of #698305

RGB 1051315
HSL0.200.930.27
HSV72°96°51°
CMYK 0.200.000.96   0.49
XYZ13.969419.24683.1223
Yxy19.24680.38440.5297
Hunter Lab43.8712-19.936826.4902
CIE-Lab50.9747-24.818354.2572

#698305 color RGB value is (105,131,5).

#698305 hex color red value is 105, green value is 131 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #698305 hue: 0.20 , saturation: 0.93 and the lightness value of 698305 is 0.27.

The process color (four color CMYK) of #698305 color hex is 0.20, 0.00, 0.96, 0.49. Web safe color of #698305 is #669900. Color #698305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000011 00000101
Octal 151 203 5
Decimal 105 131 5
Hex 69 83 5

RGB Percentages of Color #698305

%43.57
%54.36
%2.07

CMYK Percentages of Color #698305

%20
%0
%96
%49

Triadic Colors of #698305

#698305 #056983 #830569

Analogous Colors of #698305

#698305 #2a8305 #835e05

Monochromatic Colors of #698305

#698305

Complementary Color

#698305 #1f0583

#698305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698305 Color CSS Codes

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

#698305 Text Font Color

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

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


#698305 Background Color

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

This div background color is #698305


#698305 Border Color

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

This div border color is #698305


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,131,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 #698305">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698305


Comments

No comments written yet.

Please login to write comment.