Color Hex Logo

#698972 Color Hex

#698972
(105,137,114)
0 Favorites   0 Comments

Color spaces of #698972

RGB 105137114
HSL0.380.130.47
HSV137°23°54°
CMYK 0.230.000.17   0.46
XYZ17.808622.109519.2485
Yxy22.10950.30100.3737
Hunter Lab47.0207-14.68138.6435
CIE-Lab54.1430-16.23008.6890

#698972 color RGB value is (105,137,114).

#698972 hex color red value is 105, green value is 137 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #698972 hue: 0.38 , saturation: 0.13 and the lightness value of 698972 is 0.47.

The process color (four color CMYK) of #698972 color hex is 0.23, 0.00, 0.17, 0.46. Web safe color of #698972 is #669966. Color #698972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001001 01110010
Octal 151 211 162
Decimal 105 137 114
Hex 69 89 72

RGB Percentages of Color #698972

%29.49
%38.48
%32.02

CMYK Percentages of Color #698972

%23
%0
%17
%46

Triadic Colors of #698972

#698972 #726989 #897269

Analogous Colors of #698972

#698972 #698982 #708969

Monochromatic Colors of #698972

#698972

Complementary Color

#698972 #896980

#698972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698972 Color CSS Codes

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

#698972 Text Font Color

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

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


#698972 Background Color

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

This div background color is #698972


#698972 Border Color

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

This div border color is #698972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698972


Comments

No comments written yet.

Please login to write comment.