Color Hex Logo

#698816 Color Hex

#698816
(105,136,22)
0 Favorites   0 Comments

Color spaces of #698816

RGB 10513622
HSL0.210.720.31
HSV76°84°53°
CMYK 0.230.000.84   0.47
XYZ14.774720.66953.9700
Yxy20.66950.37490.5244
Hunter Lab45.4637-21.553026.6473
CIE-Lab52.5859-26.787051.9322

#698816 color RGB value is (105,136,22).

#698816 hex color red value is 105, green value is 136 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #698816 hue: 0.21 , saturation: 0.72 and the lightness value of 698816 is 0.31.

The process color (four color CMYK) of #698816 color hex is 0.23, 0.00, 0.84, 0.47. Web safe color of #698816 is #669900. Color #698816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001000 00010110
Octal 151 210 26
Decimal 105 136 22
Hex 69 88 16

RGB Percentages of Color #698816

%39.92
%51.71
%8.37

CMYK Percentages of Color #698816

%23
%0
%84
%47

Triadic Colors of #698816

#698816 #166988 #881669

Analogous Colors of #698816

#698816 #308816 #886e16

Monochromatic Colors of #698816

#698816

Complementary Color

#698816 #351688

#698816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698816 Color CSS Codes

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

#698816 Text Font Color

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

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


#698816 Background Color

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

This div background color is #698816


#698816 Border Color

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

This div border color is #698816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698816


Comments

No comments written yet.

Please login to write comment.