Color Hex Logo

#698574 Color Hex

#698574
(105,133,116)
0 Favorites   0 Comments

Color spaces of #698574

RGB 105133116
HSL0.400.120.47
HSV144°21°52°
CMYK 0.210.000.13   0.48
XYZ17.365621.039319.6687
Yxy21.03930.29900.3623
Hunter Lab45.8686-12.69106.6842
CIE-Lab52.9925-13.66325.8944

#698574 color RGB value is (105,133,116).

#698574 hex color red value is 105, green value is 133 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #698574 hue: 0.40 , saturation: 0.12 and the lightness value of 698574 is 0.47.

The process color (four color CMYK) of #698574 color hex is 0.21, 0.00, 0.13, 0.48. Web safe color of #698574 is #669966. Color #698574 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000101 01110100
Octal 151 205 164
Decimal 105 133 116
Hex 69 85 74

RGB Percentages of Color #698574

%29.66
%37.57
%32.77

CMYK Percentages of Color #698574

%21
%0
%13
%48

Triadic Colors of #698574

#698574 #746985 #857469

Analogous Colors of #698574

#698574 #698582 #6c8569

Monochromatic Colors of #698574

#698574

Complementary Color

#698574 #85697a

#698574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698574 Color CSS Codes

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

#698574 Text Font Color

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

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


#698574 Background Color

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

This div background color is #698574


#698574 Border Color

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

This div border color is #698574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698574


Comments

No comments written yet.

Please login to write comment.