Color Hex Logo

#698887 Color Hex

#698887
(105,136,135)
0 Favorites   0 Comments

Color spaces of #698887

RGB 105136135
HSL0.490.130.47
HSV178°23°53°
CMYK 0.230.000.01   0.47
XYZ19.003022.360826.2362
Yxy22.36080.28110.3308
Hunter Lab47.2872-11.02000.2054
CIE-Lab54.4077-11.1127-3.0617

#698887 color RGB value is (105,136,135).

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

The process color (four color CMYK) of #698887 color hex is 0.23, 0.00, 0.01, 0.47. Web safe color of #698887 is #669999. Color #698887 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001000 10000111
Octal 151 210 207
Decimal 105 136 135
Hex 69 88 87

RGB Percentages of Color #698887

%27.93
%36.17
%35.90

CMYK Percentages of Color #698887

%23
%0
%1
%47

Triadic Colors of #698887

#698887 #876988 #888769

Analogous Colors of #698887

#698887 #697a88 #698878

Monochromatic Colors of #698887

#698887

Complementary Color

#698887 #88696a

#698887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698887 Color CSS Codes

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

#698887 Text Font Color

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

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


#698887 Background Color

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

This div background color is #698887


#698887 Border Color

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

This div border color is #698887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698887


Comments

No comments written yet.

Please login to write comment.