Color Hex Logo

#695401 Color Hex

#695401
(105,84,1)
0 Favorites   0 Comments

Color spaces of #695401

RGB 105841
HSL0.130.980.21
HSV48°99°41°
CMYK 0.000.200.99   0.59
XYZ9.00159.34611.3583
Yxy9.34610.45680.4743
Hunter Lab30.5714-0.942018.7657
CIE-Lab36.64231.002944.3778

#695401 color RGB value is (105,84,1).

#695401 hex color red value is 105, green value is 84 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #695401 hue: 0.13 , saturation: 0.98 and the lightness value of 695401 is 0.21.

The process color (four color CMYK) of #695401 color hex is 0.00, 0.20, 0.99, 0.59. Web safe color of #695401 is #666600. Color #695401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010100 00000001
Octal 151 124 1
Decimal 105 84 1
Hex 69 54 1

RGB Percentages of Color #695401

%55.26
%44.21
%0.53

CMYK Percentages of Color #695401

%0
%20
%99
%59

Triadic Colors of #695401

#695401 #016954 #540169

Analogous Colors of #695401

#695401 #4a6901 #692001

Monochromatic Colors of #695401

#695401

Complementary Color

#695401 #011669

#695401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695401 Color CSS Codes

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

#695401 Text Font Color

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

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


#695401 Background Color

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

This div background color is #695401


#695401 Border Color

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

This div border color is #695401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695401


Comments

No comments written yet.

Please login to write comment.