Color Hex Logo

#698d85 Color Hex

#698D85
(105,141,133)
0 Favorites   0 Comments

Color spaces of #698d85

RGB 105141133
HSL0.460.150.48
HSV167°26°55°
CMYK 0.260.000.06   0.45
XYZ19.584223.746525.7416
Yxy23.74650.28350.3438
Hunter Lab48.7304-13.54102.7916
CIE-Lab55.8331-14.30560.1828

#698d85 color RGB value is (105,141,133).

#698d85 hex color red value is 105, green value is 141 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #698d85 hue: 0.46 , saturation: 0.15 and the lightness value of 698d85 is 0.48.

The process color (four color CMYK) of #698d85 color hex is 0.26, 0.00, 0.06, 0.45. Web safe color of #698d85 is #669999. Color #698d85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001101 10000101
Octal 151 215 205
Decimal 105 141 133
Hex 69 8D 85

RGB Percentages of Color #698d85

%27.70
%37.20
%35.09

CMYK Percentages of Color #698d85

%26
%0
%6
%45

Triadic Colors of #698d85

#698d85 #85698d #8d8569

Analogous Colors of #698d85

#698d85 #69838d #698d73

Monochromatic Colors of #698d85

#698d85

Complementary Color

#698d85 #8d6971

#698d85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698d85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698d85 Color CSS Codes

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

#698d85 Text Font Color

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

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


#698d85 Background Color

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

This div background color is #698d85


#698d85 Border Color

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

This div border color is #698d85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698d85


Comments

No comments written yet.

Please login to write comment.