Color Hex Logo

#695701 Color Hex

#695701
(105,87,1)
0 Favorites   0 Comments

Color spaces of #695701

RGB 105871
HSL0.140.980.21
HSV50°99°41°
CMYK 0.000.170.99   0.59
XYZ9.23949.82181.4376
Yxy9.82180.45070.4791
Hunter Lab31.3398-2.220319.2181
CIE-Lab37.5207-0.792945.0066

#695701 color RGB value is (105,87,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010111 00000001
Octal 151 127 1
Decimal 105 87 1
Hex 69 57 1

RGB Percentages of Color #695701

%54.40
%45.08
%0.52

CMYK Percentages of Color #695701

%0
%17
%99
%59

Triadic Colors of #695701

#695701 #016957 #570169

Analogous Colors of #695701

#695701 #476901 #692301

Monochromatic Colors of #695701

#695701

Complementary Color

#695701 #011369

#695701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695701 Color CSS Codes

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

#695701 Text Font Color

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

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


#695701 Background Color

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

This div background color is #695701


#695701 Border Color

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

This div border color is #695701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695701


Comments

No comments written yet.

Please login to write comment.