Color Hex Logo

#698355 Color Hex

#698355
(105,131,85)
0 Favorites   0 Comments

Color spaces of #698355

RGB 10513185
HSL0.260.210.42
HSV94°35°51°
CMYK 0.200.000.35   0.49
XYZ15.581719.891711.6126
Yxy19.89170.33090.4225
Hunter Lab44.6001-15.688615.7826
CIE-Lab51.7145-18.223021.9030

#698355 color RGB value is (105,131,85).

#698355 hex color red value is 105, green value is 131 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #698355 hue: 0.26 , saturation: 0.21 and the lightness value of 698355 is 0.42.

The process color (four color CMYK) of #698355 color hex is 0.20, 0.00, 0.35, 0.49. Web safe color of #698355 is #669966. Color #698355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000011 01010101
Octal 151 203 125
Decimal 105 131 85
Hex 69 83 55

RGB Percentages of Color #698355

%32.71
%40.81
%26.48

CMYK Percentages of Color #698355

%20
%0
%35
%49

Triadic Colors of #698355

#698355 #556983 #835569

Analogous Colors of #698355

#698355 #558358 #808355

Monochromatic Colors of #698355

#698355

Complementary Color

#698355 #6f5583

#698355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698355 Color CSS Codes

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

#698355 Text Font Color

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

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


#698355 Background Color

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

This div background color is #698355


#698355 Border Color

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

This div border color is #698355


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,131,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 #698355">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698355


Comments

No comments written yet.

Please login to write comment.