Color Hex Logo

#698665 Color Hex

#698665
(105,134,101)
0 Favorites   0 Comments

Color spaces of #698665

RGB 105134101
HSL0.310.140.46
HSV113°25°53°
CMYK 0.220.000.25   0.47
XYZ16.699820.993015.4838
Yxy20.99300.31400.3948
Hunter Lab45.8181-15.122012.0362
CIE-Lab52.9418-17.118214.4728

#698665 color RGB value is (105,134,101).

#698665 hex color red value is 105, green value is 134 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #698665 hue: 0.31 , saturation: 0.14 and the lightness value of 698665 is 0.46.

The process color (four color CMYK) of #698665 color hex is 0.22, 0.00, 0.25, 0.47. Web safe color of #698665 is #669966. Color #698665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000110 01100101
Octal 151 206 145
Decimal 105 134 101
Hex 69 86 65

RGB Percentages of Color #698665

%30.88
%39.41
%29.71

CMYK Percentages of Color #698665

%22
%0
%25
%47

Triadic Colors of #698665

#698665 #656986 #866569

Analogous Colors of #698665

#698665 #658672 #7a8665

Monochromatic Colors of #698665

#698665

Complementary Color

#698665 #826586

#698665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698665 Color CSS Codes

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

#698665 Text Font Color

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

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


#698665 Background Color

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

This div background color is #698665


#698665 Border Color

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

This div border color is #698665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698665


Comments

No comments written yet.

Please login to write comment.