Color Hex Logo

#698358 Color Hex

#698358
(105,131,88)
0 Favorites   0 Comments

Color spaces of #698358

RGB 10513188
HSL0.270.200.43
HSV96°33°51°
CMYK 0.200.000.33   0.49
XYZ15.703419.940412.2537
Yxy19.94040.32790.4163
Hunter Lab44.6547-15.373814.9885
CIE-Lab51.7698-17.750420.2840

#698358 color RGB value is (105,131,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000011 01011000
Octal 151 203 130
Decimal 105 131 88
Hex 69 83 58

RGB Percentages of Color #698358

%32.41
%40.43
%27.16

CMYK Percentages of Color #698358

%20
%0
%33
%49

Triadic Colors of #698358

#698358 #586983 #835869

Analogous Colors of #698358

#698358 #58835d #7f8358

Monochromatic Colors of #698358

#698358

Complementary Color

#698358 #725883

#698358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698358 Color CSS Codes

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

#698358 Text Font Color

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

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


#698358 Background Color

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

This div background color is #698358


#698358 Border Color

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

This div border color is #698358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698358


Comments

No comments written yet.

Please login to write comment.