Color Hex Logo

#659faf Color Hex

#659FAF
(101,159,175)
0 Favorites   0 Comments

Color spaces of #659faf

RGB 101159175
HSL0.540.320.54
HSV193°42°69°
CMYK 0.420.090.00   0.31
XYZ25.502830.658145.1309
Yxy30.65810.25180.3027
Hunter Lab55.3698-14.6816-9.5674
CIE-Lab62.2179-14.6537-14.2610

#659faf color RGB value is (101,159,175).

#659faf hex color red value is 101, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #659faf hue: 0.54 , saturation: 0.32 and the lightness value of 659faf is 0.54.

The process color (four color CMYK) of #659faf color hex is 0.42, 0.09, 0.00, 0.31. Web safe color of #659faf is #669999. Color #659faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011111 10101111
Octal 145 237 257
Decimal 101 159 175
Hex 65 9F AF

RGB Percentages of Color #659faf

%23.22
%36.55
%40.23

CMYK Percentages of Color #659faf

%42
%9
%0
%31

Triadic Colors of #659faf

#659faf #af659f #9faf65

Analogous Colors of #659faf

#659faf #657aaf #65af9a

Monochromatic Colors of #659faf

#659faf

Complementary Color

#659faf #af7565

#659faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#659faf Color CSS Codes

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

#659faf Text Font Color

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

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


#659faf Background Color

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

This div background color is #659faf


#659faf Border Color

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

This div border color is #659faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,159,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659faf;
  -webkit-box-shadow: 1px 1px 3px 2px #659faf;
  box-shadow:         1px 1px 3px 2px #659faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659faf


Comments

No comments written yet.

Please login to write comment.