Color Hex Logo

#659686 Color Hex

#659686
(101,150,134)
0 Favorites   0 Comments

Color spaces of #659686

RGB 101150134
HSL0.450.200.49
HSV160°33°59°
CMYK 0.330.000.11   0.41
XYZ20.576326.300626.5463
Yxy26.30060.28020.3582
Hunter Lab51.2841-18.12915.2085
CIE-Lab58.3213-20.12583.1973

#659686 color RGB value is (101,150,134).

#659686 hex color red value is 101, green value is 150 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #659686 hue: 0.45 , saturation: 0.20 and the lightness value of 659686 is 0.49.

The process color (four color CMYK) of #659686 color hex is 0.33, 0.00, 0.11, 0.41. Web safe color of #659686 is #669999. Color #659686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010110 10000110
Octal 145 226 206
Decimal 101 150 134
Hex 65 96 86

RGB Percentages of Color #659686

%26.23
%38.96
%34.81

CMYK Percentages of Color #659686

%33
%0
%11
%41

Triadic Colors of #659686

#659686 #866596 #968665

Analogous Colors of #659686

#659686 #658e96 #65966e

Monochromatic Colors of #659686

#659686

Complementary Color

#659686 #966575

#659686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#659686 Color CSS Codes

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

#659686 Text Font Color

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

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


#659686 Background Color

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

This div background color is #659686


#659686 Border Color

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

This div border color is #659686


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,150,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659686; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659686;
  -webkit-box-shadow: 1px 1px 3px 2px #659686;
  box-shadow:         1px 1px 3px 2px #659686; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,150,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659686


Comments

No comments written yet.

Please login to write comment.