Color Hex Logo

#698e8d Color Hex

#698E8D
(105,142,141)
0 Favorites   0 Comments

Color spaces of #698e8d

RGB 105142141
HSL0.500.150.48
HSV178°26°56°
CMYK 0.260.000.01   0.44
XYZ20.306424.272328.8141
Yxy24.27230.27670.3307
Hunter Lab49.2669-12.6446-0.1893
CIE-Lab56.3594-12.9878-3.6463

#698e8d color RGB value is (105,142,141).

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

The process color (four color CMYK) of #698e8d color hex is 0.26, 0.00, 0.01, 0.44. Web safe color of #698e8d is #669999. Color #698e8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001110 10001101
Octal 151 216 215
Decimal 105 142 141
Hex 69 8E 8D

RGB Percentages of Color #698e8d

%27.06
%36.60
%36.34

CMYK Percentages of Color #698e8d

%26
%0
%1
%44

Triadic Colors of #698e8d

#698e8d #8d698e #8e8d69

Analogous Colors of #698e8d

#698e8d #697d8e #698e7b

Monochromatic Colors of #698e8d

#698e8d

Complementary Color

#698e8d #8e696a

#698e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#698e8d Color CSS Codes

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

#698e8d Text Font Color

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

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


#698e8d Background Color

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

This div background color is #698e8d


#698e8d Border Color

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

This div border color is #698e8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698e8d


Comments

No comments written yet.

Please login to write comment.