Color Hex Logo

#696c0d Color Hex

#696C0D
(105,108,13)
0 Favorites   0 Comments

Color spaces of #696c0d

RGB 10510813
HSL0.170.790.24
HSV62°88°42°
CMYK 0.030.000.88   0.58
XYZ11.260913.75742.4427
Yxy13.75740.41010.5010
Hunter Lab37.0910-10.716222.0590
CIE-Lab43.8830-12.542846.8395

#696c0d color RGB value is (105,108,13).

#696c0d hex color red value is 105, green value is 108 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #696c0d hue: 0.17 , saturation: 0.79 and the lightness value of 696c0d is 0.24.

The process color (four color CMYK) of #696c0d color hex is 0.03, 0.00, 0.88, 0.58. Web safe color of #696c0d is #666600. Color #696c0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 00001101
Octal 151 154 15
Decimal 105 108 13
Hex 69 6C D

RGB Percentages of Color #696c0d

%46.46
%47.79
%5.75

CMYK Percentages of Color #696c0d

%3
%0
%88
%58

Triadic Colors of #696c0d

#696c0d #0d696c #6c0d69

Analogous Colors of #696c0d

#696c0d #3a6c0d #6c400d

Monochromatic Colors of #696c0d

#696c0d

Complementary Color

#696c0d #100d6c

#696c0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696c0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#696c0d Color CSS Codes

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

#696c0d Text Font Color

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

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


#696c0d Background Color

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

This div background color is #696c0d


#696c0d Border Color

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

This div border color is #696c0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,108,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696c0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696c0d;
  -webkit-box-shadow: 1px 1px 3px 2px #696c0d;
  box-shadow:         1px 1px 3px 2px #696c0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696c0d


Comments

No comments written yet.

Please login to write comment.