Color Hex Logo

#698583 Color Hex

#698583
(105,133,131)
0 Favorites   0 Comments

Color spaces of #698583

RGB 105133131
HSL0.490.120.47
HSV176°21°52°
CMYK 0.210.000.02   0.48
XYZ18.310021.417024.6416
Yxy21.41700.28450.3327
Hunter Lab46.2785-10.36420.8252
CIE-Lab53.4029-10.3795-2.2200

#698583 color RGB value is (105,133,131).

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

The process color (four color CMYK) of #698583 color hex is 0.21, 0.00, 0.02, 0.48. Web safe color of #698583 is #669999. Color #698583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000101 10000011
Octal 151 205 203
Decimal 105 133 131
Hex 69 85 83

RGB Percentages of Color #698583

%28.46
%36.04
%35.50

CMYK Percentages of Color #698583

%21
%0
%2
%48

Triadic Colors of #698583

#698583 #836985 #858369

Analogous Colors of #698583

#698583 #697985 #698575

Monochromatic Colors of #698583

#698583

Complementary Color

#698583 #85696b

#698583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698583 Color CSS Codes

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

#698583 Text Font Color

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

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


#698583 Background Color

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

This div background color is #698583


#698583 Border Color

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

This div border color is #698583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698583


Comments

No comments written yet.

Please login to write comment.