Color Hex Logo

#698855 Color Hex

#698855
(105,136,85)
0 Favorites   0 Comments

Color spaces of #698855

RGB 10513685
HSL0.270.230.43
HSV96°38°53°
CMYK 0.230.000.38   0.47
XYZ16.269621.267511.8419
Yxy21.26750.32950.4307
Hunter Lab46.1167-17.730917.0571
CIE-Lab53.2410-20.833523.9147

#698855 color RGB value is (105,136,85).

#698855 hex color red value is 105, green value is 136 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #698855 hue: 0.27 , saturation: 0.23 and the lightness value of 698855 is 0.43.

The process color (four color CMYK) of #698855 color hex is 0.23, 0.00, 0.38, 0.47. Web safe color of #698855 is #669966. Color #698855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001000 01010101
Octal 151 210 125
Decimal 105 136 85
Hex 69 88 55

RGB Percentages of Color #698855

%32.21
%41.72
%26.07

CMYK Percentages of Color #698855

%23
%0
%38
%47

Triadic Colors of #698855

#698855 #556988 #885569

Analogous Colors of #698855

#698855 #55885b #838855

Monochromatic Colors of #698855

#698855

Complementary Color

#698855 #745588

#698855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698855 Color CSS Codes

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

#698855 Text Font Color

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

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


#698855 Background Color

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

This div background color is #698855


#698855 Border Color

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

This div border color is #698855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698855


Comments

No comments written yet.

Please login to write comment.