Color Hex Logo

#696504 Color Hex

#696504
(105,101,4)
0 Favorites   0 Comments

Color spaces of #696504

RGB 1051014
HSL0.160.930.21
HSV58°96°41°
CMYK 0.000.040.96   0.59
XYZ10.501312.31941.9393
Yxy12.31940.42410.4976
Hunter Lab35.0990-8.017721.2934
CIE-Lab41.7193-8.867347.2855

#696504 color RGB value is (105,101,4).

#696504 hex color red value is 105, green value is 101 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #696504 hue: 0.16 , saturation: 0.93 and the lightness value of 696504 is 0.21.

The process color (four color CMYK) of #696504 color hex is 0.00, 0.04, 0.96, 0.59. Web safe color of #696504 is #666600. Color #696504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100101 00000100
Octal 151 145 4
Decimal 105 101 4
Hex 69 65 4

RGB Percentages of Color #696504

%50.00
%48.10
%1.90

CMYK Percentages of Color #696504

%0
%4
%96
%59

Triadic Colors of #696504

#696504 #046965 #650469

Analogous Colors of #696504

#696504 #3a6904 #693304

Monochromatic Colors of #696504

#696504

Complementary Color

#696504 #040869

#696504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696504 Color CSS Codes

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

#696504 Text Font Color

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

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


#696504 Background Color

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

This div background color is #696504


#696504 Border Color

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

This div border color is #696504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696504


Comments

No comments written yet.

Please login to write comment.